Home
last modified time | relevance | path

Searched refs:label_length (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.cpp702 static const GLsizei label_length = (GLsizei)(sizeof(label) / sizeof(label[0]) - 1); in iterate() local
748 if (label_length != length) in iterate()
766 if (label_length != length) in iterate()
1274 static const size_t label_length = sizeof(label) / sizeof(label[0]) - 1; in iterate() local
1319 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1359 if (label_length + 1 != lengths[0]) in iterate()
1380 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1406 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1425 GL_DEBUG_SEVERITY_HIGH /* severity */, label_length /* length */, label); in iterate()
1459 GL_DEBUG_SEVERITY_MEDIUM /* severity */, label_length /* length */, label); in iterate()
[all …]
/third_party/openssl/apps/
Ds_client.c3484 size_t label_length = 0; in is_dNS_name() local
3494 for (i = 0; i < length && label_length < MAX_LABEL_LENGTH; ++i) { in is_dNS_name()
3500 label_length += 1; in is_dNS_name()
3506 label_length += 1; in is_dNS_name()
3513 label_length += 1; in is_dNS_name()
3525 label_length = 0; in is_dNS_name()
3535 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in is_dNS_name()
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c3484 size_t label_length = 0; in is_dNS_name() local
3494 for (i = 0; i < length && label_length < MAX_LABEL_LENGTH; ++i) { in is_dNS_name()
3500 label_length += 1; in is_dNS_name()
3506 label_length += 1; in is_dNS_name()
3513 label_length += 1; in is_dNS_name()
3525 label_length = 0; in is_dNS_name()
3535 isdnsname &= !all_numeric && !(label_length == MAX_LABEL_LENGTH); in is_dNS_name()
/third_party/mbedtls/include/psa/
Dcrypto_struct.h236 size_t MBEDTLS_PRIVATE(label_length);
/third_party/mbedtls/library/
Dpsa_crypto.c5059 operation->ctx.tls12_prf.label_length); in psa_key_derivation_abort()
5264 tls12_prf->label_length); in psa_key_derivation_tls12_prf_generate_next_block()
5304 status = psa_mac_update(&hmac, tls12_prf->label, tls12_prf->label_length); in psa_key_derivation_tls12_prf_generate_next_block()
6202 prf->label_length = data_length; in psa_tls12_prf_set_label()
Dssl_tls.c6033 const unsigned char *label, size_t label_length, in setup_psa_key_derivation() argument
6076 label, label_length); in setup_psa_key_derivation()