Home
last modified time | relevance | path

Searched refs:aes_t4_set_encrypt_key (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c93 OCB_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_set_decrypt_key, in cipher_hw_aes_ocb_t4_initkey()
H A Dcipher_aes_xts_hw.c146 XTS_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_set_decrypt_key, in cipher_hw_aes_xts_t4_initkey()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c93 OCB_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_set_decrypt_key, in cipher_hw_aes_ocb_t4_initkey()
H A Dcipher_aes_xts_hw.c146 XTS_SET_KEY_FN(aes_t4_set_encrypt_key, aes_t4_set_decrypt_key, in cipher_hw_aes_xts_t4_initkey()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl270 .globl aes_t4_set_encrypt_key
272 aes_t4_set_encrypt_key: label
381 .type aes_t4_set_encrypt_key,#function
382 .size aes_t4_set_encrypt_key,.-aes_t4_set_encrypt_key
864 b aes_t4_set_encrypt_key
/third_party/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl270 .globl aes_t4_set_encrypt_key
272 aes_t4_set_encrypt_key: label
381 .type aes_t4_set_encrypt_key,#function
382 .size aes_t4_set_encrypt_key,.-aes_t4_set_encrypt_key
864 b aes_t4_set_encrypt_key
/third_party/node/deps/openssl/openssl/include/crypto/
H A Daes_platform.h247 void aes_t4_set_encrypt_key(const unsigned char *key, int bits, AES_KEY *ks);
/third_party/openssl/include/crypto/
H A Daes_platform.h247 void aes_t4_set_encrypt_key(const unsigned char *key, int bits, AES_KEY *ks);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c478 aes_t4_set_encrypt_key(key, bits, &dat->ks.ks); in aes_t4_init_key()
554 aes_t4_set_encrypt_key(key, bits, &gctx->ks.ks); in aes_t4_gcm_init_key()
624 aes_t4_set_encrypt_key(key, bits, &xctx->ks1.ks); in aes_t4_xts_init_key()
651 aes_t4_set_encrypt_key(key + bytes, bits, &xctx->ks2.ks); in aes_t4_xts_init_key()
677 aes_t4_set_encrypt_key(key, bits, &cctx->ks.ks); in aes_t4_ccm_init_key()
708 aes_t4_set_encrypt_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8, in aes_t4_ocb_init_key()
/third_party/openssl/crypto/evp/
H A De_aes.c478 aes_t4_set_encrypt_key(key, bits, &dat->ks.ks); in aes_t4_init_key()
554 aes_t4_set_encrypt_key(key, bits, &gctx->ks.ks); in aes_t4_gcm_init_key()
624 aes_t4_set_encrypt_key(key, bits, &xctx->ks1.ks); in aes_t4_xts_init_key()
651 aes_t4_set_encrypt_key(key + bytes, bits, &xctx->ks2.ks); in aes_t4_xts_init_key()
677 aes_t4_set_encrypt_key(key, bits, &cctx->ks.ks); in aes_t4_ccm_init_key()
708 aes_t4_set_encrypt_key(key, EVP_CIPHER_CTX_get_key_length(ctx) * 8, in aes_t4_ocb_init_key()

Completed in 15 milliseconds