Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_MODULUS_BITS (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1119 PKCS11_CKA_MODULUS_BITS = 0x0121, enumerator
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c450 PKCS11_CKA_MODULUS_BITS,
830 return add_attribute(out, PKCS11_CKA_MODULUS_BITS, &key_bits, in create_pub_key_rsa_generated_attributes()
1823 rc = get_u32_attribute(public, PKCS11_CKA_MODULUS_BITS, in check_created_attrs()
2518 rc = get_u32_attribute(*head, PKCS11_CKA_MODULUS_BITS, &key_bits); in set_private_key_data_rsa()
H A Dpkcs11_helpers.c65 PKCS11_ID_SZ(PKCS11_CKA_MODULUS_BITS, 4),
H A Dprocessing_rsa.c734 rc = get_attribute_ptr(*pub_head, PKCS11_CKA_MODULUS_BITS, &a_ptr, in generate_rsa_keys()