Home
last modified time | relevance | path

Searched defs:key (Results 201 – 225 of 315) sorted by relevance

12345678910>>...13

/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c23 const unsigned char *key, in ossl_cipher_hw_tdes_ede2_initkey()
H A Dcipher_aes_siv_hw.c20 static int aes_siv_initkey(void *vctx, const unsigned char *key, size_t keylen) in aes_siv_initkey()
H A Dcipher_aes_cbc_hmac_sha.c49 static int aes_einit(void *ctx, const unsigned char *key, size_t keylen, in aes_einit()
58 static int aes_dinit(void *ctx, const unsigned char *key, size_t keylen, in aes_dinit()
H A Dcipher_chacha20_poly1305_hw.c60 const unsigned char *key, size_t keylen) in chacha20_poly1305_initkey()
/openssl/test/
H A Dcmactest.c35 const char key[32]; member
H A Dpkcs12_api_test.c68 EVP_PKEY *key = NULL; in pkcs12_parse_test() local
H A Dtls13secretstest.c225 int level, unsigned char *key, size_t keylen, in ssl_set_new_record_layer()
245 unsigned char key[KEYLEN]; in test_secret() local
/openssl/providers/implementations/macs/
H A Dkmac_prov.c127 unsigned char key[KMAC_MAX_KEY_ENCODED]; member
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey()
267 static int kmac_init(void *vmacctx, const unsigned char *key, in kmac_init()
/openssl/engines/
H A De_afalg.c179 static void afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, in afalg_waitfd_cleanup()
405 static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key, in afalg_set_key()
552 static int afalg_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, in afalg_cipher_init()
H A De_dasync.c458 static void wait_cleanup(ASYNC_WAIT_CTX *ctx, const void *key, in wait_cleanup()
670 const unsigned char *key, in dasync_cipher_init_key_helper()
764 static int dasync_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in dasync_aes128_init_key()
793 const unsigned char *key, in dasync_aes128_cbc_hmac_sha1_init_key()
/openssl/crypto/modes/
H A Dsiv128.c143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new()
163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init()
/openssl/crypto/ec/
H A Dec_pmeth.c168 static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) in pkey_ec_derive()
216 unsigned char *key, size_t *keylen) in pkey_ec_kdf_derive()
/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c177 static int kdf_pbkdf2_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pbkdf2_derive()
310 const EVP_MD *digest, unsigned char *key, in pbkdf2_derive()
/openssl/crypto/evp/
H A De_des3.c225 static int des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in des_ede_init_key()
252 static int des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in des_ede3_init_key()
H A De_rc2.c92 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in rc2_init_key()
H A Dkdf_lib.c140 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen, in EVP_KDF_derive()
H A De_camellia.c51 static int cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in cmll_t4_init_key()
192 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in camellia_init_key()
/openssl/crypto/
H A Dppccap.c108 static unsigned long getauxval(unsigned long key) in getauxval()
/openssl/crypto/cms/
H A Dcms_smime.c199 const unsigned char *key, size_t keylen, in CMS_EncryptedData_decrypt()
224 const unsigned char *key, in CMS_EncryptedData_encrypt_ex()
253 const unsigned char *key, in CMS_EncryptedData_encrypt()
781 unsigned char *key, size_t keylen, in CMS_decrypt_set1_key()
/openssl/include/openssl/
H A Dcore.h83 const char *key; /* the name of the parameter */ member
/openssl/ssl/record/methods/
H A Dtls13_meth.c17 unsigned char *key, size_t keylen, in tls13_set_crypto_state()
H A Dssl3_meth.c17 unsigned char *key, size_t keylen, in ssl3_set_crypto_state()
/openssl/crypto/sm4/
H A Dsm4.c267 int ossl_sm4_set_key(const uint8_t *key, SM4_KEY *ks) in ossl_sm4_set_key()
/openssl/crypto/asn1/
H A Dp5_scrypt.c216 unsigned char *salt, key[EVP_MAX_KEY_LENGTH]; in PKCS5_v2_scrypt_keyivgen_ex() local
/openssl/crypto/async/
H A Dasync_local.h50 const void *key; member

Completed in 63 milliseconds

12345678910>>...13