Searched refs:aes_init_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A De_aes.c223 static int aes_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, function
262 OPENSSL_PUT_ERROR(CIPHER, aes_init_key, CIPHER_R_AES_KEY_SETUP_FAILED);
604 NULL /* app_data */, aes_init_key, aes_cbc_cipher,
610 NULL /* app_data */, aes_init_key, aes_ctr_cipher,
616 NULL /* app_data */, aes_init_key, aes_ecb_cipher,
632 NULL /* app_data */, aes_init_key, aes_cbc_cipher,
638 NULL /* app_data */, aes_init_key, aes_ctr_cipher,
644 NULL /* app_data */, aes_init_key, aes_ecb_cipher,
/external/openssl/crypto/evp/
H A De_aes.c429 aes_init_key, \
465 aes_init_key, \
528 static int aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, function

Completed in 94 milliseconds