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
53 TRY(decode_bstr(msg2, &g_y_ciphertext_2)); in msg2_parse()264 TRY(decode_bstr(&rc->msg, &ciphertext4)); in msg4_process()
159 TRY(decode_bstr(plaintext, ead)); in ciphertext_decrypt_split()
253 TRY(decode_bstr(&rc->msg, &ctxt3)); in msg3_process()