Searched refs:sec_len (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
D | tls1_prf.c | 288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() argument 298 if (!EVP_MAC_init(ctx_init, sec, sec_len, NULL)) in tls1_prf_P_hash()
|
/third_party/openssl/providers/implementations/kdfs/ |
D | tls1_prf.c | 288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() argument 298 if (!EVP_MAC_init(ctx_init, sec, sec_len, NULL)) in tls1_prf_P_hash()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_template.c | 365 static int handle_crc(MPADecodeContext *s, int sec_len) in handle_crc() argument 369 int sec_byte_len = sec_len >> 3; in handle_crc() 370 int sec_rem_bits = sec_len & 7; in handle_crc()
|
/third_party/openssl/doc/man3/ |
D | OSSL_CMP_CTX_new.pod | 737 OSSL_CMP_CTX_set1_secretValue(cmp_ctx, sec, sec_len);
|