Searched refs:crypto_mod_convert_pk (Results 1 – 3 of 3) sorted by relevance
118 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len,
145 int crypto_mod_convert_pk(void *full_pk_ptr, unsigned int full_pk_len, in crypto_mod_convert_pk() function
243 rc = crypto_mod_convert_pk(pk_ptr, pk_len, &cnv_pk_ptr, &cnv_pk_len); in auth_signature()