Searched refs:ber_decode_SEQUENCE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | asn1.c | 681 ber_decode_SEQUENCE(CK_BYTE * seq, in ber_decode_SEQUENCE() function 847 rc = ber_decode_SEQUENCE(data, &buf, &buf_len, &field_len); in ber_decode_PrivateKeyInfo() 858 rc = ber_decode_SEQUENCE(buf + offset, &alg, &len, &field_len); in ber_decode_PrivateKeyInfo() 1088 rc = ber_decode_SEQUENCE(rsa_priv_key, &buf, &buf_len, &field_len); in ber_decode_RSAPrivateKey()
|
H A D | tpmtok_int.h | 1172 CK_RV ber_decode_SEQUENCE(CK_BYTE *,
|