Searched refs:prov_ctx (Results 1 – 5 of 5) sorted by relevance
/openssl/providers/common/ |
H A D | provider_seeding.c | 82 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument 85 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_get_entropy() 94 void ossl_prov_cleanup_entropy(PROV_CTX *prov_ctx, unsigned char *buf, in ossl_prov_cleanup_entropy() argument 97 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_cleanup_entropy() 105 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument 109 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_get_nonce() 118 void ossl_prov_cleanup_nonce(PROV_CTX *prov_ctx, unsigned char *buf, size_t len) in ossl_prov_cleanup_nonce() argument 120 const OSSL_CORE_HANDLE *handle = CORE_HANDLE(prov_ctx); in ossl_prov_cleanup_nonce()
|
/openssl/providers/implementations/include/prov/ |
H A D | seeding.h | 22 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, 24 void ossl_prov_cleanup_entropy(PROV_CTX *prov_ctx, unsigned char *buf, 26 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, 29 void ossl_prov_cleanup_nonce(PROV_CTX *prov_ctx, unsigned char *buf,
|
H A D | digestcommon.h | 55 static void *name##_newctx(void *prov_ctx) \
|
/openssl/providers/implementations/digests/ |
H A D | blake2_prov.c | 111 static void *blake##variantsize##_newctx(void *prov_ctx) \
|
/openssl/test/ |
H A D | tls-provider.c | 437 PROV_XOR_CTX* prov_ctx = OPENSSL_malloc(sizeof(PROV_XOR_CTX)); in xor_newprovctx() local 439 if (prov_ctx == NULL) in xor_newprovctx() 443 OPENSSL_free(prov_ctx); in xor_newprovctx() 446 prov_ctx->libctx = libctx; in xor_newprovctx() 447 return prov_ctx; in xor_newprovctx()
|
Completed in 32 milliseconds