Searched defs:bn (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c80 #include <openssl/bn.h>
186 static int init_template_value(BIGNUM *bn, CK_VOID_PTR *pValue,
188 static void attr_to_BN(CK_ATTRIBUTE_PTR attr, CK_BYTE attr_data[], BIGNUM **bn);
3153 init_template_value(BIGNUM *bn, CK_VOID_PTR *p_value, argument
3162 if (bn != NULL)
3163 len = BN_num_bytes(bn);
3165 if (bn == NULL || len == 0)
3173 BN_bn2bin(bn, *p_value);
3179 attr_to_BN(CK_ATTRIBUTE_PTR attr, CK_BYTE attr_data[], BIGNUM **bn) argument
3182 *bn
[all...]

Completed in 20 milliseconds