Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_MSG_get0_header.pod7 OSSL_CMP_MSG_update_transactionID,
22 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
36 OSSL_CMP_MSG_update_transactionID() updates the transactionID field
132 i2d_OSSL_CMP_MSG_bio(), OSSL_CMP_MSG_update_transactionID(),
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmp.h.in386 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_msg.c1071 int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in OSSL_CMP_MSG_update_transactionID() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c812 && !OSSL_CMP_MSG_update_transactionID(ctx, req_new)) in read_write_req_resp()