Searched refs:item_sign (Results 1 – 5 of 5) sorted by relevance
/openssl/doc/man3/ |
H A D | EVP_PKEY_ASN1_METHOD.pod | 94 int (*item_sign) (EVP_MD_CTX *ctx, 279 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, 283 The item_sign() and item_verify() methods make it possible to have 286 item_sign() MUST return one of: 296 item_sign() did everything, OpenSSL internals just needs to pass the 301 item_sign() did nothing, OpenSSL internal standard routines are 306 item_sign() set the algorithm identifier B<algor1> and B<algor2>, 321 item_sign() did everything, OpenSSL internals just needs to pass the 326 item_sign() did nothing, OpenSSL internal standard routines are 331 item_verify() and item_sign() are called by L<ASN1_item_verify(3)> and
|
/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 366 int (*item_sign) (EVP_MD_CTX *ctx, in EVP_PKEY_asn1_set_item() 373 ameth->item_sign = item_sign; in EVP_PKEY_asn1_set_item()
|
H A D | a_sign.c | 210 } else if (pkey->ameth->item_sign) { in ASN1_item_sign_ctx() 211 rv = pkey->ameth->item_sign(ctx, it, data, algor1, algor2, signature); in ASN1_item_sign_ctx()
|
/openssl/include/crypto/ |
H A D | asn1.h | 62 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data, member
|
/openssl/include/openssl/ |
H A D | evp.h | 1646 int (*item_sign) (EVP_MD_CTX *ctx,
|
Completed in 26 milliseconds