Searched refs:destid (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2958 set_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid, argument
2961 if (destid == NULL || newoid == NULL)
2964 destid->algorithm.Length = newoid->Length;
2965 destid->algorithm.Data = malloc(destid->algorithm.Length);
2966 if (destid->algorithm.Data == NULL)
2969 (void) memcpy(destid->algorithm.Data, newoid->Data,
2970 destid->algorithm.Length);
2976 copy_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid, argument
2980 if (!destid || !srci
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A DkmfapiP.h240 extern KMF_RETURN copy_algoid(KMF_X509_ALGORITHM_IDENTIFIER *destid,

Completed in 28 milliseconds