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

/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c344 /* pkcs1_prefixed_msg builds a PKCS#1, prefixed version of |msg| for the given
347 static int pkcs1_prefixed_msg(uint8_t **out_msg, size_t *out_msg_len, function
418 if (!pkcs1_prefixed_msg(&signed_msg, &signed_msg_len, &signed_msg_is_alloced,
476 if (!pkcs1_prefixed_msg(&signed_msg, &signed_msg_len, &signed_msg_is_alloced,

Completed in 41 milliseconds