Home
last modified time | relevance | path

Searched refs:EVP_MAC_CTX (Results 1 – 4 of 4) sorted by relevance

/include/openssl/
A Devp.h1271 EVP_MAC_CTX *EVP_MAC_CTX_new(EVP_MAC *mac);
1272 void EVP_MAC_CTX_free(EVP_MAC_CTX *ctx);
1273 EVP_MAC_CTX *EVP_MAC_CTX_dup(const EVP_MAC_CTX *src);
1274 EVP_MAC *EVP_MAC_CTX_get0_mac(EVP_MAC_CTX *ctx);
1275 int EVP_MAC_CTX_get_params(EVP_MAC_CTX *ctx, OSSL_PARAM params[]);
1276 int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]);
1278 size_t EVP_MAC_CTX_get_mac_size(EVP_MAC_CTX *ctx);
1279 size_t EVP_MAC_CTX_get_block_size(EVP_MAC_CTX *ctx);
1289 int EVP_MAC_final(EVP_MAC_CTX *ctx,
1295 const OSSL_PARAM *EVP_MAC_CTX_gettable_params(EVP_MAC_CTX *ctx);
[all …]
A Dtypes.h115 typedef struct evp_mac_ctx_st EVP_MAC_CTX; typedef
A Dtls1.h375 EVP_CIPHER_CTX *, EVP_MAC_CTX *, int));
/include/crypto/
A Dmodes.h231 EVP_MAC_CTX *mac_ctx_init;

Completed in 22 milliseconds