Home
last modified time | relevance | path

Searched defs:keylen (Results 26 - 50 of 325) sorted by relevance

12345678910>>...13

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_gcm_hw.c16 sm4_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) sm4_gcm_initkey() argument
H A Dcipher_sm4_ccm_hw.c16 ccm_sm4_initkey(PROV_CCM_CTX *ctx, const unsigned char *key, size_t keylen) ccm_sm4_initkey() argument
H A Dcipher_aes_hw.c19 cipher_hw_aes_initkey(PROV_CIPHER_CTX *dat, const unsigned char *key, size_t keylen) cipher_hw_aes_initkey() argument
H A Dcipher_idea_hw.c19 cipher_hw_idea_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_idea_initkey() argument
H A Dcipher_aria_ccm_hw.c16 ccm_aria_initkey(PROV_CCM_CTX *ctx, const unsigned char *key, size_t keylen) ccm_aria_initkey() argument
H A Dcipher_camellia_hw.c20 cipher_hw_camellia_initkey(PROV_CIPHER_CTX *dat, const unsigned char *key, size_t keylen) cipher_hw_camellia_initkey() argument
H A Dcipher_aria_hw.c13 cipher_hw_aria_initkey(PROV_CIPHER_CTX *dat, const unsigned char *key, size_t keylen) cipher_hw_aria_initkey() argument
H A Dcipher_aria_gcm_hw.c16 aria_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aria_gcm_initkey() argument
H A Dcipher_aes_ocb_hw.c32 cipher_hw_aes_ocb_generic_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_generic_initkey() argument
64 cipher_hw_aes_ocb_aesni_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_aesni_initkey() argument
87 cipher_hw_aes_ocb_t4_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_t4_initkey() argument
H A Dcipher_aes_gcm_hw.c20 aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aes_gcm_initkey() argument
H A Dcipher_chacha20_hw.c14 chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) chacha20_initkey() argument
H A Dcipher_rc4.c55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() argument
64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() argument
H A Dcipher_rc4_hw.c18 cipher_hw_rc4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_rc4_initkey() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument
/third_party/ffmpeg/libavformat/
H A Drtmpdigest.c34 ff_rtmp_calc_digest(const uint8_t *src, int len, int gap, const uint8_t *key, int keylen, uint8_t *dst) ff_rtmp_calc_digest() argument
/third_party/ffmpeg/libavutil/
H A Drc4.c38 int keylen = key_bits >> 3; in av_rc4_init() local
/third_party/curl/lib/
H A Dhmac.c55 Curl_HMAC_init(const struct HMAC_params *hashparams, const unsigned char *key, unsigned int keylen) Curl_HMAC_init() argument
153 Curl_hmacit(const struct HMAC_params *hashparams, const unsigned char *key, const size_t keylen, const unsigned char *data, const size_t datalen, unsigned char *output) Curl_hmacit() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c20 aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aes_gcm_initkey() argument
H A Dcipher_aes_ocb_hw.c32 cipher_hw_aes_ocb_generic_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_generic_initkey() argument
64 cipher_hw_aes_ocb_aesni_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_aesni_initkey() argument
87 cipher_hw_aes_ocb_t4_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_t4_initkey() argument
H A Dcipher_chacha20_hw.c14 chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) chacha20_initkey() argument
H A Dcipher_rc4.c55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() argument
64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() argument
H A Dcipher_rc4_hw.c18 cipher_hw_rc4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_rc4_initkey() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_open.c23 size_t keylen = 0; in EVP_OpenInit() local
/third_party/openssl/crypto/evp/
H A Dp_open.c23 size_t keylen = 0; in EVP_OpenInit() local

Completed in 6 milliseconds

12345678910>>...13