Home
last modified time | relevance | path

Searched defs:keylen (Results 226 - 250 of 325) sorted by relevance

12345678910>>...13

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c104 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 Dhkdf.c149 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 Dx942kdf.c197 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 Ddigestauth.c217 size_t keylen; in lookup_sub_value() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pwd_common.c45 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 Dwpa_ft.c400 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 Deap_pwd_common.c45 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 Dboringssl.c201 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 Dciphercommon.h53 size_t keylen; /* key size (in bytes) */ member
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dx942kdf.c197 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 Ddrbg_ctr.c45 size_t keylen; member
529 size_t keylen; drbg_ctr_init() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c1033 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 Dpem_lib.c418 int keylen; in PEM_do_header() local
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c295 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 Dcms_smime.c198 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 Deng_openssl.c602 long keylen; in ossl_hmac_ctrl_str() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c342 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 Dcms_smime.c198 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 Deng_openssl.c602 long keylen; in ossl_hmac_ctrl_str() local
/third_party/openssl/crypto/pem/
H A Dpem_lib.c418 int keylen; in PEM_do_header() local
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c295 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 Devp_enc.c1028 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 Dtls13_enc.c342 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 Dciphercommon.h53 size_t keylen; /* key size (in bytes) */ member
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c45 size_t keylen; member
529 size_t keylen; drbg_ctr_init() local
[all...]

Completed in 40 milliseconds

12345678910>>...13