Searched refs:PROV_CCM_CTX (Results 1 – 12 of 12) sorted by relevance
/openssl-master/providers/implementations/include/prov/ |
A D | ciphercommon_ccm.h | 45 } PROV_CCM_CTX; typedef 47 PROV_CIPHER_FUNC(int, CCM_cipher, (PROV_CCM_CTX *ctx, unsigned char *out, \ 50 PROV_CIPHER_FUNC(int, CCM_setkey, (PROV_CCM_CTX *ctx, \ 52 PROV_CIPHER_FUNC(int, CCM_setiv, (PROV_CCM_CTX *dat, \ 55 PROV_CIPHER_FUNC(int, CCM_setaad, (PROV_CCM_CTX *ctx, \ 57 PROV_CIPHER_FUNC(int, CCM_auth_encrypt, (PROV_CCM_CTX *ctx, \ 61 PROV_CIPHER_FUNC(int, CCM_auth_decrypt, (PROV_CCM_CTX *ctx, \ 90 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, 92 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, 95 int ossl_ccm_generic_auth_encrypt(PROV_CCM_CTX *ctx, const unsigned char *in, [all …]
|
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_ccm.c | 17 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, 52 static int ccm_tls_iv_set_fixed(PROV_CCM_CTX *ctx, unsigned char *fixed, in ccm_tls_iv_set_fixed() 63 static size_t ccm_get_ivlen(PROV_CCM_CTX *ctx) in ccm_get_ivlen() 70 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_set_ctx_params() 146 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_get_ctx_params() 226 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ccm_init() 270 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_stream_update() 287 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_stream_final() 304 PROV_CCM_CTX *ctx = (PROV_CCM_CTX *)vctx; in ossl_ccm_cipher() 322 static int ccm_set_iv(PROV_CCM_CTX *ctx, size_t mlen) in ccm_set_iv() [all …]
|
A D | ciphercommon_ccm_hw.c | 13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv() 19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad() 26 int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen) in ossl_ccm_generic_gettag() 31 int ossl_ccm_generic_auth_encrypt(PROV_CCM_CTX *ctx, const unsigned char *in, in ossl_ccm_generic_auth_encrypt() 48 int ossl_ccm_generic_auth_decrypt(PROV_CCM_CTX *ctx, const unsigned char *in, in ossl_ccm_generic_auth_decrypt()
|
A D | cipher_aes_ccm_hw_s390x.inc | 17 static int s390x_aes_ccm_initkey(PROV_CCM_CTX *ctx, 33 static int s390x_aes_ccm_setiv(PROV_CCM_CTX *ctx, 48 static int s390x_aes_ccm_setaad(PROV_CCM_CTX *ctx, 117 static int s390x_aes_ccm_auth_encdec(PROV_CCM_CTX *ctx, 209 static int s390x_aes_ccm_gettag(PROV_CCM_CTX *ctx, 220 static int s390x_aes_ccm_auth_encrypt(PROV_CCM_CTX *ctx, 233 static int s390x_aes_ccm_auth_decrypt(PROV_CCM_CTX *ctx,
|
A D | cipher_sm4_ccm.h | 15 PROV_CCM_CTX base; /* Must be first */
|
A D | cipher_aria_ccm.h | 15 PROV_CCM_CTX base; /* Must be first */
|
A D | cipher_aes_ccm.h | 16 PROV_CCM_CTX base; /* Must be first */
|
A D | cipher_sm4_ccm_hw.c | 16 static int ccm_sm4_initkey(PROV_CCM_CTX *ctx, in ccm_sm4_initkey()
|
A D | cipher_aria_ccm_hw.c | 16 static int ccm_aria_initkey(PROV_CCM_CTX *ctx, in ccm_aria_initkey()
|
A D | cipher_aes_ccm_hw.c | 27 static int ccm_generic_aes_initkey(PROV_CCM_CTX *ctx, const unsigned char *key, in ccm_generic_aes_initkey()
|
A D | cipher_aes_ccm_hw_aesni.inc | 15 static int ccm_aesni_initkey(PROV_CCM_CTX *ctx, const unsigned char *key,
|
A D | cipher_aes_ccm_hw_t4.inc | 15 static int ccm_t4_aes_initkey(PROV_CCM_CTX *ctx, const unsigned char *key,
|
Completed in 14 milliseconds