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

/solaris-userland/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);
2955 init_template_value(BIGNUM *bn, CK_VOID_PTR *p_value, CK_ULONG *ul_value_len) argument
2963 if (bn != NULL) {
2964 len = BN_num_bytes(bn);
2967 if (bn == NULL || len == 0) {
2977 BN_bn2bin(bn, *p_value);
2983 attr_to_BN(CK_ATTRIBUTE_PTR attr, CK_BYTE attr_data[], BIGNUM **bn) argument
2986 *bn
[all...]

Completed in 20 milliseconds