Home
last modified time | relevance | path

Searched refs:des_t4_key_expand (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede3_initkey()
34 des_t4_key_expand(&deskey[1], &tctx->ks2); in ossl_cipher_hw_tdes_ede3_initkey()
35 des_t4_key_expand(&deskey[2], &tctx->ks3); in ossl_cipher_hw_tdes_ede3_initkey()
H A Dcipher_tdes_default_hw.c33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
34 des_t4_key_expand(&deskey[1], &tctx->ks2); in ossl_cipher_hw_tdes_ede2_initkey()
H A Dcipher_des_hw.c30 des_t4_key_expand(&deskey[0], ks); in cipher_hw_des_initkey()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede3_initkey()
34 des_t4_key_expand(&deskey[1], &tctx->ks2); in ossl_cipher_hw_tdes_ede3_initkey()
35 des_t4_key_expand(&deskey[2], &tctx->ks3); in ossl_cipher_hw_tdes_ede3_initkey()
H A Dcipher_tdes_default_hw.c33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
34 des_t4_key_expand(&deskey[1], &tctx->ks2); in ossl_cipher_hw_tdes_ede2_initkey()
H A Dcipher_des_hw.c30 des_t4_key_expand(&deskey[0], ks); in cipher_hw_des_initkey()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des3.c47 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
236 des_t4_key_expand(&deskey[0], &dat->ks1); in des_ede_init_key()
237 des_t4_key_expand(&deskey[1], &dat->ks2); in des_ede_init_key()
263 des_t4_key_expand(&deskey[0], &dat->ks1); in des_ede3_init_key()
264 des_t4_key_expand(&deskey[1], &dat->ks2); in des_ede3_init_key()
265 des_t4_key_expand(&deskey[2], &dat->ks3); in des_ede3_init_key()
H A De_des.c44 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
221 des_t4_key_expand(key, &dat->ks.ks); in des_init_key()
/third_party/openssl/crypto/evp/
H A De_des3.c47 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
236 des_t4_key_expand(&deskey[0], &dat->ks1); in des_ede_init_key()
237 des_t4_key_expand(&deskey[1], &dat->ks2); in des_ede_init_key()
263 des_t4_key_expand(&deskey[0], &dat->ks1); in des_ede3_init_key()
264 des_t4_key_expand(&deskey[1], &dat->ks2); in des_ede3_init_key()
265 des_t4_key_expand(&deskey[2], &dat->ks3); in des_ede3_init_key()
H A De_des.c44 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
221 des_t4_key_expand(key, &dat->ks.ks); in des_init_key()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddes_platform.h22 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
/third_party/openssl/include/crypto/
H A Ddes_platform.h22 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl57 .globl des_t4_key_expand
58 .type des_t4_key_expand,#function
59 des_t4_key_expand: label
99 .size des_t4_key_expand,.-des_t4_key_expand
/third_party/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl57 .globl des_t4_key_expand
58 .type des_t4_key_expand,#function
59 des_t4_key_expand: label
99 .size des_t4_key_expand,.-des_t4_key_expand

Completed in 6 milliseconds