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 D | cipher_tdes_hw.c | 33 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 D | cipher_tdes_default_hw.c | 33 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 D | cipher_des_hw.c | 30 des_t4_key_expand(&deskey[0], ks); in cipher_hw_des_initkey()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_hw.c | 33 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 D | cipher_tdes_default_hw.c | 33 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 D | cipher_des_hw.c | 30 des_t4_key_expand(&deskey[0], ks); in cipher_hw_des_initkey()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_des3.c | 47 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 D | e_des.c | 44 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 D | e_des3.c | 47 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 D | e_des.c | 44 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 D | des_platform.h | 22 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
|
/third_party/openssl/include/crypto/ |
H A D | des_platform.h | 22 void des_t4_key_expand(const void *key, DES_key_schedule *ks);
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
H A D | dest4-sparcv9.pl | 57 .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 D | dest4-sparcv9.pl | 57 .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