Searched refs:sec_len (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() 298 if (!EVP_MAC_init(ctx_init, sec, sec_len, NULL)) in tls1_prf_P_hash() 287 tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, const unsigned char *sec, size_t sec_len, const unsigned char *seed, size_t seed_len, unsigned char *out, size_t olen) tls1_prf_P_hash() argument
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 288 const unsigned char *sec, size_t sec_len, in tls1_prf_P_hash() 298 if (!EVP_MAC_init(ctx_init, sec, sec_len, NULL)) in tls1_prf_P_hash() 287 tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, const unsigned char *sec, size_t sec_len, const unsigned char *seed, size_t seed_len, unsigned char *out, size_t olen) tls1_prf_P_hash() argument
|
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
Completed in 4 milliseconds