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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c1513 CK_ATTRIBUTE a_key_template[] = { local
1525 a_key_template[0].pValue = &o_key;
1526 a_key_template[1].pValue = &k_type;
1528 a_key_template[5].ulValueLen = BN_num_bytes(rsa->n);
1529 a_key_template[5].pValue = (CK_VOID_PTR)OPENSSL_malloc(
1530 (size_t)a_key_template[5].ulValueLen);
1531 if (a_key_template[5].pValue == NULL) {
1536 BN_bn2bin(rsa->n, a_key_template[5].pValue);
1538 a_key_template[6].ulValueLen = BN_num_bytes(rsa->e);
1539 a_key_template[
1647 CK_ATTRIBUTE a_key_template[] = { local
2129 CK_ATTRIBUTE a_key_template[] = { local
2248 CK_ATTRIBUTE a_key_template[] = { local
[all...]
H A De_pk11.c2605 CK_ATTRIBUTE a_key_template[] = { local
2628 a_key_template[0].pValue = &obj_key;
2629 a_key_template[1].pValue = &key_type;
2630 a_key_template[5].pValue = (void *) key;
2631 a_key_template[5].ulValueLen = (unsigned long) ctx->key_len;
2634 a_key_template, ul_key_attr_count, &h_key);

Completed in 24 milliseconds