Searched refs:X509_ALGOR_copy (Results 1 – 6 of 6) sorted by relevance
8 X509_ALGOR_copy - AlgorithmIdentifier functions20 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src);44 X509_ALGOR_copy() copies the source values into the dest structs; making52 X509_ALGOR_set0() and X509_ALGOR_copy() return 1 on success or 0 on error.61 The X509_ALGOR_copy() was added in 1.1.1e.
86 if (X509_ALGOR_copy(&o->digestAlgorithm, digestAlgorithm) <= 0) in OSSL_OBJECT_DIGEST_INFO_set1_digest()
335 return X509_ALGOR_copy(&req->sig_alg, palg); in X509_REQ_set1_signature_algo()
108 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src) in X509_ALGOR_copy() function
496 int X509_ALGOR_copy(X509_ALGOR *dest, const X509_ALGOR *src);
5040 X509_ALGOR_copy 5168 3_0_0 EXIST::FUNCTION:
Completed in 25 milliseconds