| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_ocb.c | 104 static int aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_init() argument 141 static int aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_einit() argument 148 static int aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_dinit() argument 394 size_t keylen; in aes_ocb_set_ctx_params() local [all...] |
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | hkdf.c | 149 static int kdf_hkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_hkdf_derive() argument 680 static int kdf_tls1_3_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_3_derive() argument 585 prov_tls13_hkdf_expand(const EVP_MD *md, const unsigned char *key, size_t keylen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen) prov_tls13_hkdf_expand() argument [all...] |
| H A D | x942kdf.c | 197 x942_encode_otherinfo(size_t keylen, in x942_encode_otherinfo() argument 397 static int x942kdf_derive(void *vctx, unsigned char *key, size_t keylen, in x942kdf_derive() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | digestauth.c | 217 size_t keylen; in lookup_sub_value() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | eap_pwd_common.c | 45 static int eap_pwd_kdf(const u8 *key, size_t keylen, const u8 *label, in eap_pwd_kdf() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| H A D | wpa_ft.c | 400 int keylen; in wpa_ft_install_ptk() local 693 size_t gtk_len, keylen, rsc_len; in wpa_ft_process_gtk_subelem() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | eap_pwd_common.c | 45 static int eap_pwd_kdf(const u8 *key, size_t keylen, const u8 *label, in eap_pwd_kdf() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
| H A D | boringssl.c | 201 size_t keylen = crypto_aead_keylen(cipher); in ngtcp2_crypto_aead_ctx_encrypt_init() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 53 size_t keylen; /* key size (in bytes) */ member
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| H A D | x942kdf.c | 197 x942_encode_otherinfo(size_t keylen, in x942_encode_otherinfo() argument 397 static int x942kdf_derive(void *vctx, unsigned char *key, size_t keylen, in x942kdf_derive() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 45 size_t keylen; member 529 size_t keylen; drbg_ctr_init() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_enc.c | 1033 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, int keylen) in EVP_CIPHER_CTX_set_key_length() argument
|
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_lib.c | 418 int keylen; in PEM_do_header() local
|
| /third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 295 int keylen, ivlen; in PKCS7_dataInit() local 108 pkcs7_encode_rinfo(PKCS7_RECIP_INFO *ri, unsigned char *key, int keylen) pkcs7_encode_rinfo() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_smime.c | 198 CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, const unsigned char *key, size_t keylen, BIO *dcont, BIO *out, unsigned int flags) CMS_EncryptedData_decrypt() argument 223 CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_EncryptedData_encrypt_ex() argument 252 CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags) CMS_EncryptedData_encrypt() argument 786 CMS_decrypt_set1_key(CMS_ContentInfo *cms, unsigned char *key, size_t keylen, const unsigned char *id, size_t idlen) CMS_decrypt_set1_key() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 602 long keylen; in ossl_hmac_ctrl_str() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | tls13_enc.c | 342 size_t ivlen, keylen, taglen; in derive_secret_key_and_iv() local 110 tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, unsigned char *key, size_t keylen) tls13_derive_key() argument
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_smime.c | 198 CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, const unsigned char *key, size_t keylen, BIO *dcont, BIO *out, unsigned int flags) CMS_EncryptedData_decrypt() argument 223 CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags, OSSL_LIB_CTX *libctx, const char *propq) CMS_EncryptedData_encrypt_ex() argument 253 CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, unsigned int flags) CMS_EncryptedData_encrypt() argument 786 CMS_decrypt_set1_key(CMS_ContentInfo *cms, unsigned char *key, size_t keylen, const unsigned char *id, size_t idlen) CMS_decrypt_set1_key() argument [all...] |
| /third_party/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 602 long keylen; in ossl_hmac_ctrl_str() local
|
| /third_party/openssl/crypto/pem/ |
| H A D | pem_lib.c | 418 int keylen; in PEM_do_header() local
|
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 295 int keylen, ivlen; in PKCS7_dataInit() local 108 pkcs7_encode_rinfo(PKCS7_RECIP_INFO *ri, unsigned char *key, int keylen) pkcs7_encode_rinfo() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | evp_enc.c | 1028 int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, int keylen) in EVP_CIPHER_CTX_set_key_length() argument
|
| /third_party/openssl/ssl/ |
| H A D | tls13_enc.c | 342 size_t ivlen, keylen, taglen; in derive_secret_key_and_iv() local 110 tls13_derive_key(SSL *s, const EVP_MD *md, const unsigned char *secret, unsigned char *key, size_t keylen) tls13_derive_key() argument
|
| /third_party/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 53 size_t keylen; /* key size (in bytes) */ member
|
| /third_party/openssl/providers/implementations/rands/ |
| H A D | drbg_ctr.c | 45 size_t keylen; member 529 size_t keylen; drbg_ctr_init() local [all...] |