Searched refs:asn1_length_decode (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.c | 477 static inline int asn1_length_decode(const u8 *buf, size_t buflen, u32 *u) in asn1_length_decode() function 572 i = asn1_length_decode(pld + offs, pld_len - offs, &u); in xcrb_msg_to_type6_ep11cprb_msgx() 584 i = asn1_length_decode(pld + offs, pld_len - offs, &u); in xcrb_msg_to_type6_ep11cprb_msgx() 1317 i = asn1_length_decode(pld + offs, pld_len - offs, &u); in zcrypt_msgtype6_send_ep11_cprb() 1329 i = asn1_length_decode(pld + offs, pld_len - offs, &u); in zcrypt_msgtype6_send_ep11_cprb() 1343 i = asn1_length_decode(pld + offs, pld_len - offs, &u); in zcrypt_msgtype6_send_ep11_cprb()
|