Searched refs:PROV_CIPHER_FUNC (Results 1 – 6 of 6) sorted by relevance
/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_ccm.h | 51 PROV_CIPHER_FUNC(int, CCM_cipher, (PROV_CCM_CTX *ctx, unsigned char *out, \ 54 PROV_CIPHER_FUNC(int, CCM_setkey, (PROV_CCM_CTX *ctx, \ 56 PROV_CIPHER_FUNC(int, CCM_setiv, (PROV_CCM_CTX *dat, \ 59 PROV_CIPHER_FUNC(int, CCM_setaad, (PROV_CCM_CTX *ctx, \ 61 PROV_CIPHER_FUNC(int, CCM_auth_encrypt, (PROV_CCM_CTX *ctx, \ 65 PROV_CIPHER_FUNC(int, CCM_auth_decrypt, (PROV_CCM_CTX *ctx, \ 69 PROV_CIPHER_FUNC(int, CCM_gettag, (PROV_CCM_CTX *ctx, \
|
H A D | ciphercommon_gcm.h | 84 PROV_CIPHER_FUNC(int, GCM_setkey, (PROV_GCM_CTX *ctx, const unsigned char *key, 86 PROV_CIPHER_FUNC(int, GCM_setiv, (PROV_GCM_CTX *dat, const unsigned char *iv, 88 PROV_CIPHER_FUNC(int, GCM_aadupdate, (PROV_GCM_CTX *ctx, 90 PROV_CIPHER_FUNC(int, GCM_cipherupdate, (PROV_GCM_CTX *ctx, 93 PROV_CIPHER_FUNC(int, GCM_cipherfinal, (PROV_GCM_CTX *ctx, unsigned char *tag)); 94 PROV_CIPHER_FUNC(int, GCM_oneshot, (PROV_GCM_CTX *ctx, unsigned char *aad,
|
H A D | ciphercommon.h | 30 # define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args macro
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_xts.h | 14 PROV_CIPHER_FUNC(void, xts_stream,
|
H A D | cipher_aes_xts.h | 20 PROV_CIPHER_FUNC(void, xts_stream,
|
H A D | cipher_aes_ocb.c | 30 PROV_CIPHER_FUNC(int, ocb_cipher, (PROV_AES_OCB_CTX *ctx,
|
Completed in 11 milliseconds