Home
last modified time | relevance | path

Searched refs:PROV_TDES_CTX (Results 1 – 5 of 5) sorted by relevance

/providers/implementations/ciphers/
A Dcipher_tdes_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey()
51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx()
52 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in ossl_cipher_hw_tdes_copyctx()
61 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cbc()
85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ecb()
A Dcipher_desx_hw.c30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey()
43 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in cipher_hw_desx_copyctx()
44 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in cipher_hw_desx_copyctx()
53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc()
A Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx()
42 PROV_TDES_CTX *in = (PROV_TDES_CTX *)ctx; in ossl_tdes_dupctx()
43 PROV_TDES_CTX *ret; in ossl_tdes_dupctx()
59 PROV_TDES_CTX *ctx = (PROV_TDES_CTX *)vctx; in ossl_tdes_freectx()
66 static int tdes_encrypt_check_approved(PROV_TDES_CTX *ctx, int enc) in tdes_encrypt_check_approved()
114 if (!tdes_encrypt_check_approved((PROV_TDES_CTX *)ctx, enc)) in tdes_init()
168 if (!OSSL_FIPS_IND_GET_CTX_PARAM((PROV_TDES_CTX *)vctx, params)) in ossl_tdes_get_ctx_params()
179 if (!OSSL_FIPS_IND_SET_CTX_PARAM((PROV_TDES_CTX *)vctx, in OSSL_FIPS_IND_SETTABLE_CTX_PARAM()
A Dcipher_tdes_default_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey()
51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ofb()
72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb()
100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb1()
122 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb8()
A Dcipher_tdes.h31 } PROV_TDES_CTX; typedef

Completed in 14 milliseconds