Searched refs:ossl_method_construct (Results 1 – 5 of 5) sorted by relevance
| /crypto/ |
| A D | core_fetch.c | 134 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, in ossl_method_construct() function
|
| /crypto/store/ |
| A D | store_meth.c | 331 if ((method = ossl_method_construct(methdata->libctx, OSSL_OP_STORE, in inner_loader_fetch()
|
| /crypto/evp/ |
| A D | evp_fetch.c | 333 if ((method = ossl_method_construct(methdata->libctx, operation_id, in inner_evp_generic_fetch()
|
| /crypto/encode_decode/ |
| A D | decoder_meth.c | 390 if ((method = ossl_method_construct(methdata->libctx, OSSL_OP_DECODER, in inner_ossl_decoder_fetch()
|
| A D | encoder_meth.c | 400 if ((method = ossl_method_construct(methdata->libctx, OSSL_OP_ENCODER, in inner_ossl_encoder_fetch()
|
Completed in 15 milliseconds