Searched refs:decode_bstr (Results 1 – 5 of 5) sorted by relevance
27 enum err decode_bstr(const struct byte_array *in, struct byte_array *out);
29 enum err decode_bstr(const struct byte_array *in, struct byte_array *out) in decode_bstr() function
160 TRY(decode_bstr(plaintext, ead)); in ciphertext_decrypt_split()
278 TRY(decode_bstr(&rc->msg, &ciphertext4)); in msg4_process()
275 TRY(decode_bstr(&rc->msg, &ctxt3)); in msg3_process()