Home
last modified time | relevance | path

Searched defs:keylen (Results 51 - 75 of 325) sorted by relevance

12345678910>>...13

/third_party/ffmpeg/libavcodec/
H A Dxbmdec.c48 int keylen = strlen(key); in parse_str_int() local
/third_party/ffmpeg/libavutil/tests/
H A Dhmac.c24 static void test(AVHMAC *hmac, const uint8_t *key, int keylen, in test() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c38 cipher_hw_aes_xts_generic_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_generic_initkey() argument
102 cipher_hw_aesni_xts_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aesni_xts_initkey() argument
125 cipher_hw_aes_xts_t4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_t4_initkey() argument
H A Dcipher_aes_siv.h27 size_t keylen; /* The input keylength (twice the alg key length) */ member
H A Dcipher_desx_hw.c27 cipher_hw_desx_cbc_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_desx_cbc_initkey() argument
H A Dcipher_rc5.c59 static int rc5_einit(void *ctx, const unsigned char *key, size_t keylen, in rc5_einit() argument
68 static int rc5_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc5_dinit() argument
H A Dcipher_tdes_default_hw.c22 ossl_cipher_hw_tdes_ede2_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede2_initkey() argument
H A Dcipher_tdes_hw.c23 ossl_cipher_hw_tdes_ede3_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede3_initkey() argument
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() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_rc4.c80 int keylen; in rc4_init_key() local
H A Dp_seal.c58 size_t keylen = len; in EVP_SealInit() local
H A Dpbe_scrypt.c37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
90 EVP_PBE_scrypt(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen) EVP_PBE_scrypt() argument
/third_party/openssl/crypto/evp/
H A De_rc4.c80 int keylen; in rc4_init_key() local
H A Dpbe_scrypt.c37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
90 EVP_PBE_scrypt(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen) EVP_PBE_scrypt() argument
H A Dp_seal.c58 size_t keylen = len; in EVP_SealInit() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h27 size_t keylen; /* The input keylength (twice the alg key length) */ member
H A Dcipher_aes_xts_hw.c38 cipher_hw_aes_xts_generic_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_generic_initkey() argument
102 cipher_hw_aesni_xts_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aesni_xts_initkey() argument
125 cipher_hw_aes_xts_t4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_t4_initkey() argument
H A Dcipher_desx_hw.c27 cipher_hw_desx_cbc_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_desx_cbc_initkey() argument
H A Dcipher_tdes_default_hw.c22 ossl_cipher_hw_tdes_ede2_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede2_initkey() argument
H A Dcipher_tdes_hw.c23 ossl_cipher_hw_tdes_ede3_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede3_initkey() argument
H A Dcipher_rc5.c59 static int rc5_einit(void *ctx, const unsigned char *key, size_t keylen, in rc5_einit() argument
68 static int rc5_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc5_dinit() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_openssl.h52 uint32_t keylen; member
H A Dnstackx_mbedtls.h46 uint32_t keylen; member
/third_party/ffmpeg/libavutil/
H A Dhmac.c46 int keylen; member
140 void av_hmac_init(AVHMAC *c, const uint8_t *key, unsigned int keylen) in av_hmac_init() argument
184 av_hmac_calc(AVHMAC *c, const uint8_t *data, unsigned int len, const uint8_t *key, unsigned int keylen, uint8_t *out, unsigned int outlen) av_hmac_calc() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_enc.c207 ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, const CMS_CTX *cms_ctx) ossl_cms_EncryptedContent_init() argument
226 CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, const unsigned char *key, size_t keylen) CMS_EncryptedData_set1_key() argument
[all...]

Completed in 8 milliseconds

12345678910>>...13