Home
last modified time | relevance | path

Searched defs:ivlen (Results 51 - 75 of 119) sorted by relevance

12345

/third_party/mbedtls/library/
H A Dpkcs12.c76 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
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_crypto.c90 void ngtcp2_crypto_create_nonce(uint8_t *dest, const uint8_t *iv, size_t ivlen, in ngtcp2_crypto_create_nonce() argument
35 ngtcp2_crypto_km_new(ngtcp2_crypto_km **pckm, const uint8_t *secret, size_t secretlen, const ngtcp2_crypto_aead_ctx *aead_ctx, const uint8_t *iv, size_t ivlen, const ngtcp2_mem *mem) ngtcp2_crypto_km_new() argument
56 ngtcp2_crypto_km_nocopy_new(ngtcp2_crypto_km **pckm, size_t secretlen, size_t ivlen, const ngtcp2_mem *mem) ngtcp2_crypto_km_nocopy_new() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c49 aes_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_einit() argument
58 aes_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_dinit() argument
H A Dcipher_aes_wrp.c97 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
148 aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_einit() argument
155 aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_dinit() argument
H A Dciphercommon.c188 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
677 ossl_cipher_generic_initiv(PROV_CIPHER_CTX *ctx, const unsigned char *iv, size_t ivlen) ossl_cipher_generic_initiv() argument
[all...]
H A Dciphercommon_gcm.c48 gcm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) gcm_init() argument
81 ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_einit() argument
88 ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_dinit() argument
[all...]
H A Dcipher_aes_ocb.c50 aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx, const unsigned char *iv, size_t ivlen, size_t taglen) aes_generic_ocb_setiv() argument
104 aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_ocb_init() argument
141 aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_einit() argument
148 aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_dinit() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h50 size_t ivlen; member
H A Dciphercommon.h54 size_t ivlen; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c38 int ivlen; /* IV length */ member
[all...]
/third_party/openssl/crypto/evp/
H A De_aria.c38 int ivlen; /* IV length */ member
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c77 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
128 aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_einit() argument
135 aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_wrap_dinit() argument
H A Dciphercommon.c185 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
224 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
232 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
646 ossl_cipher_generic_initiv(PROV_CIPHER_CTX *ctx, const unsigned char *iv, size_t ivlen) ossl_cipher_generic_initiv() argument
[all...]
H A Dciphercommon_gcm.c48 gcm_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) gcm_init() argument
81 ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_einit() argument
88 ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_gcm_dinit() argument
[all...]
H A Dcipher_aes_ocb.c50 aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx, const unsigned char *iv, size_t ivlen, size_t taglen) aes_generic_ocb_setiv() argument
104 aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_ocb_init() argument
141 aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_einit() argument
148 aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) aes_ocb_dinit() argument
[all...]
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h50 size_t ivlen; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_sm4.c437 hi_s32 ext_sm4_setiv(hi_void *ctx, const hi_u8 *iv, hi_u32 ivlen, hi_u32 usage) in ext_sm4_setiv() argument
456 hi_void ext_sm4_getiv(hi_void *ctx, hi_u8 *iv, hi_u32 *ivlen) in ext_sm4_getiv() argument
/kernel/linux/linux-5.10/crypto/
H A Dalgif_aead.c527 unsigned int ivlen = crypto_aead_ivsize(tfm); in aead_sock_destruct() local
542 unsigned int ivlen = crypto_aead_ivsize(aead); in aead_accept_parent_nokey() local
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/
H A Diwl-mei.h507 iwl_mei_tx_copy_to_csme(struct sk_buff *skb, unsigned int ivlen) iwl_mei_tx_copy_to_csme() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_gnutls.c409 int ivlen; in crypto_cipher_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_gnutls.c409 int ivlen; in crypto_cipher_init() local
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c69 crypto4xx_crypt(struct skcipher_request *req, const unsigned int ivlen, bool decrypt, bool check_blocksize) crypto4xx_crypt() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h194 unsigned int ivlen; member
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c69 crypto4xx_crypt(struct skcipher_request *req, const unsigned int ivlen, bool decrypt, bool check_blocksize) crypto4xx_crypt() argument
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c1003 int ivlen; in tls1_enc() local

Completed in 19 milliseconds

12345