Searched refs:remove_empty_attribute (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing_rsa.c | 630 rc = remove_empty_attribute(pub_head, in tee2pkcs_rsa_attributes() 722 if (remove_empty_attribute(priv_head, PKCS11_CKA_MODULUS) || in generate_rsa_keys() 723 remove_empty_attribute(priv_head, PKCS11_CKA_PUBLIC_EXPONENT) || in generate_rsa_keys() 724 remove_empty_attribute(priv_head, PKCS11_CKA_PRIVATE_EXPONENT) || in generate_rsa_keys() 725 remove_empty_attribute(priv_head, PKCS11_CKA_PRIME_1) || in generate_rsa_keys() 726 remove_empty_attribute(priv_head, PKCS11_CKA_PRIME_2) || in generate_rsa_keys() 727 remove_empty_attribute(priv_head, PKCS11_CKA_EXPONENT_1) || in generate_rsa_keys() 728 remove_empty_attribute(priv_head, PKCS11_CKA_EXPONENT_2) || in generate_rsa_keys() 729 remove_empty_attribute(priv_head, PKCS11_CKA_COEFFICIENT)) { in generate_rsa_keys()
|
A D | processing_ec.c | 588 if (remove_empty_attribute(pub_head, PKCS11_CKA_EC_POINT) || in generate_ec_keys() 589 remove_empty_attribute(priv_head, PKCS11_CKA_VALUE) || in generate_ec_keys() 590 remove_empty_attribute(priv_head, PKCS11_CKA_EC_PARAMS)) { in generate_ec_keys() 722 if (remove_empty_attribute(pub_head, PKCS11_CKA_EC_POINT) || in generate_eddsa_keys() 723 remove_empty_attribute(priv_head, PKCS11_CKA_VALUE) || in generate_eddsa_keys() 724 remove_empty_attribute(priv_head, PKCS11_CKA_EC_POINT) || in generate_eddsa_keys() 725 remove_empty_attribute(priv_head, PKCS11_CKA_EC_PARAMS)) { in generate_eddsa_keys()
|
A D | attributes.h | 94 enum pkcs11_rc remove_empty_attribute(struct obj_attrs **head, uint32_t attrib);
|
A D | pkcs11_attributes.c | 2225 rc = remove_empty_attribute(head, PKCS11_CKA_VALUE); in set_secret_key_data() 2254 if (remove_empty_attribute(head, PKCS11_CKA_MODULUS) || in set_private_key_data_rsa() 2255 remove_empty_attribute(head, PKCS11_CKA_PUBLIC_EXPONENT) || in set_private_key_data_rsa() 2256 remove_empty_attribute(head, PKCS11_CKA_PRIVATE_EXPONENT) || in set_private_key_data_rsa() 2257 remove_empty_attribute(head, PKCS11_CKA_PRIME_1) || in set_private_key_data_rsa() 2258 remove_empty_attribute(head, PKCS11_CKA_PRIME_2)) in set_private_key_data_rsa()
|
A D | attributes.c | 98 enum pkcs11_rc remove_empty_attribute(struct obj_attrs **head, in remove_empty_attribute() function
|
A D | processing_asymm.c | 882 if (remove_empty_attribute(head, PKCS11_CKA_VALUE)) in do_asymm_derivation()
|
A D | processing.c | 187 rc = remove_empty_attribute(head, PKCS11_CKA_VALUE); in generate_random_key_value()
|
Completed in 14 milliseconds