Searched defs:label_length (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.cpp | 702 static const GLsizei label_length = (GLsizei)(sizeof(label) / sizeof(label[0]) - 1); in iterate() local 1274 static const size_t label_length = sizeof(label) / sizeof(label[0]) - 1; in iterate() local 1918 static const size_t label_length = sizeof(label) / sizeof(label[0]) - 1; iterate() local [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 3484 size_t label_length = 0; in is_dNS_name() local
|
/third_party/openssl/apps/ |
H A D | s_client.c | 3484 size_t label_length = 0; in is_dNS_name() local
|
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 6679 setup_psa_key_derivation(psa_key_derivation_operation_t *derivation, mbedtls_svc_key_id_t key, psa_algorithm_t alg, const unsigned char *raw_psk, size_t raw_psk_length, const unsigned char *seed, size_t seed_length, const unsigned char *label, size_t label_length, const unsigned char *other_secret, size_t other_secret_length, size_t capacity) setup_psa_key_derivation() argument
|
Completed in 23 milliseconds