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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c1263 CK_ATTRIBUTE get_templ[] = local
1330 get_templ, 2)) != CKR_OK)
1353 attr_to_BN(&get_templ[0], attr_data[0], &rsa->n);
1354 attr_to_BN(&get_templ[1], attr_data[1], &rsa->e);
1360 attr_to_BN(&get_templ[0], attr_data[0], &sp->opdata_rsa_n_num);
1361 attr_to_BN(&get_templ[1], attr_data[1], &sp->opdata_rsa_e_num);
1436 CK_ATTRIBUTE get_templ[] = local
1484 get_templ, 2)) != CKR_OK)
1500 attr_to_BN(&get_templ[0], attr_data[0], &rsa->n);
1501 attr_to_BN(&get_templ[
[all...]

Completed in 49 milliseconds