Searched refs:item_verify (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 363 int (*item_verify) (EVP_MD_CTX *ctx, in EVP_PKEY_asn1_set_item() 377 ameth->item_verify = item_verify; in EVP_PKEY_asn1_set_item()
|
H A D | a_verify.c | 141 if (pkey->ameth == NULL || pkey->ameth->item_verify == NULL) { in ASN1_item_verify_ctx() 145 ret = pkey->ameth->item_verify(ctx, it, data, alg, signature, pkey); in ASN1_item_verify_ctx()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_ASN1_METHOD.pod | 88 int (*item_verify) (EVP_MD_CTX *ctx, 277 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, 283 The item_sign() and item_verify() methods make it possible to have 311 item_verify() MUST return one of: 331 item_verify() and item_sign() are called by L<ASN1_item_verify(3)> and
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | asn1.h | 59 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, member
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1624 int (*item_verify) (EVP_MD_CTX *ctx,
|