Home
last modified time | relevance | path

Searched defs:keylen (Results 151 - 175 of 325) sorted by relevance

12345678910>>...13

/third_party/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c81 poly1305_setkey(struct poly1305_data_st *ctx, const unsigned char *key, size_t keylen) poly1305_setkey() argument
93 poly1305_init(void *vmacctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]) poly1305_init() argument
/third_party/openssl/providers/implementations/digests/
H A Dblake2b_prov.c103 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen) in ossl_blake2b_param_set_key_length() argument
H A Dblake2s_prov.c97 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen) in ossl_blake2s_param_set_key_length() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dsshkdf.c99 static int kdf_sshkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_sshkdf_derive() argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dsa.c44 static uint32_t GetOpensslKeyBlocksLen(uint32_t keylen) in GetOpensslKeyBlocksLen() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_hash.c242 static hi_s32 kapi_hmac_start(kapi_hash_ctx *ctx, const hi_u8 *key, hi_u32 keylen) in kapi_hmac_start() argument
482 hi_s32 kapi_hash_start(hi_u32 *id, hi_cipher_hash_type type, const hi_u8 *key, hi_u32 keylen) in kapi_hash_start() argument
433 kapi_hash_create_calc(kapi_hash_ctx *ctx, hash_mode mode, hi_u32 hmac, const hi_u8 *key, hi_u32 keylen) kapi_hash_create_calc() argument
/third_party/ffmpeg/libavformat/
H A Dcrypto.c44 int keylen; member
H A Doggparsevorbis.c44 int i, cnum, h, m, s, ms, keylen = strlen(key); in ogm_chapter() local
/third_party/libwebsockets/lib/core/
H A Dlws_map.c41 size_t keylen; member
228 lws_map_item_lookup(lws_map_t *map, const lws_map_key_t key, size_t keylen) in lws_map_item_lookup() argument
179 lws_map_item_create(lws_map_t *map, const lws_map_key_t key, size_t keylen, const lws_map_value_t value, size_t valuelen) lws_map_item_create() argument
[all...]
/third_party/mbedtls/library/
H A Dpkparse.c429 pk_parse_key_rfc8410_der(mbedtls_pk_context *pk, unsigned char *key, size_t keylen, const unsigned char *end, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) pk_parse_key_rfc8410_der() argument
604 pk_parse_key_sec1_der(mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) pk_parse_key_sec1_der() argument
742 pk_parse_key_pkcs8_unencrypted_der( mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) pk_parse_key_pkcs8_unencrypted_der() argument
865 mbedtls_pk_parse_key_pkcs8_encrypted_der( mbedtls_pk_context *pk, unsigned char *key, size_t keylen, const unsigned char *pwd, size_t pwdlen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_key_pkcs8_encrypted_der() argument
973 mbedtls_pk_parse_key(mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, const unsigned char *pwd, size_t pwdlen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_key() argument
1180 mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx, const unsigned char *key, size_t keylen) mbedtls_pk_parse_public_key() argument
[all...]
H A Dpkcs5.c135 int ret, iterations = 0, keylen = 0; in mbedtls_pkcs5_pbes2_ext() local
40 pkcs5_parse_pbkdf2_params(const mbedtls_asn1_buf *params, mbedtls_asn1_buf *salt, int *iterations, int *keylen, mbedtls_md_type_t *md_type) pkcs5_parse_pbkdf2_params() argument
H A Dpkcs12.c157 int ret, keylen = 0; in mbedtls_pkcs12_pbe_ext() local
76 pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, unsigned char *key, size_t keylen, unsigned char *iv, size_t ivlen) pkcs12_pbe_derive_key_iv() argument
H A Dpem.c75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() argument
215 static int pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt() argument
H A Dmd.c969 int mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen) in mbedtls_md_hmac_starts() argument
1072 mbedtls_md_hmac(const mbedtls_md_info_t *md_info, const unsigned char *key, size_t keylen, const unsigned char *input, size_t ilen, unsigned char *output) mbedtls_md_hmac() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c38 static size_t ksl_nodelen(size_t keylen) { in ksl_nodelen() argument
56 void ngtcp2_ksl_init(ngtcp2_ksl *ksl, ngtcp2_ksl_compar compar, size_t keylen, in ngtcp2_ksl_init() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c39 static size_t ksl_nodelen(size_t keylen) { in ksl_nodelen() argument
57 nghttp3_ksl_init(nghttp3_ksl *ksl, nghttp3_ksl_compar compar, size_t keylen, const nghttp3_mem *mem) nghttp3_ksl_init() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c165 int plen, keylen; in ecdh_cms_set_shared_info() local
254 int keylen; in ecdh_cms_encrypt() local
/third_party/node/deps/openssl/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() argument
215 pkey_ec_kdf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ec_kdf_derive() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c46 aesni_cbc_hmac_sha256_init_key(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) aesni_cbc_hmac_sha256_init_key() argument
H A Dcipher_aes_cbc_hmac_sha1_hw.c45 aesni_cbc_hmac_sha1_init_key(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) aesni_cbc_hmac_sha1_init_key() argument
H A Dcipher_aes_cbc_hmac_sha.c49 static int aes_einit(void *ctx, const unsigned char *key, size_t keylen, in aes_einit() argument
58 static int aes_dinit(void *ctx, const unsigned char *key, size_t keylen, in aes_dinit() argument
186 size_t keylen; in aes_set_ctx_params() local
H A Dcipher_aes_wrp.c148 static int aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, in aes_wrap_einit() argument
155 static int aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, in aes_wrap_dinit() argument
264 size_t keylen in aes_wrap_set_ctx_params() local
97 aes_wrap_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_wrap_init() argument
[all...]
H A Dcipher_chacha20_poly1305_hw.c58 chacha20_poly1305_initkey(PROV_CIPHER_CTX *bctx, const unsigned char *key, size_t keylen) chacha20_poly1305_initkey() argument
H A Dciphercommon.c125 size_t keylen; in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END() local
188 cipher_generic_init_internal(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) cipher_generic_init_internal() argument
228 ossl_cipher_generic_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_cipher_generic_einit() argument
236 ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_cipher_generic_dinit() argument
[all...]
H A Dciphercommon_gcm.c48 static int gcm_init(void *vctx, const unsigned char *key, size_t keylen, in gcm_init() argument
81 int ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, in ossl_gcm_einit() argument
88 int ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, in ossl_gcm_dinit() argument
[all...]

Completed in 21 milliseconds

12345678910>>...13