Home
last modified time | relevance | path

Searched refs:PROV_DES_CTX (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c22 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_initkey()
44 PROV_DES_CTX *sctx = (PROV_DES_CTX *)src; in cipher_hw_des_copyctx()
45 PROV_DES_CTX *dctx = (PROV_DES_CTX *)dst; in cipher_hw_des_copyctx()
55 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ecb_cipher()
68 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_cbc_cipher()
93 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ofb64_cipher()
112 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb64_cipher()
138 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb1_cipher()
166 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb8_cipher()
H A Dcipher_des.c35 PROV_DES_CTX *ctx; in des_newctx()
49 PROV_DES_CTX *in = (PROV_DES_CTX *)ctx; in des_dupctx()
50 PROV_DES_CTX *ret; in des_dupctx()
65 PROV_DES_CTX *ctx = (PROV_DES_CTX *)vctx; in des_freectx()
H A Dcipher_des.h26 } PROV_DES_CTX; typedef

Completed in 7 milliseconds