Home
last modified time | relevance | path

Searched refs:der_decode_raw_bit_string (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/
H A Dder_decode_raw_bit_string.c24 int der_decode_raw_bit_string(const unsigned char *in, unsigned long inlen, in der_decode_raw_bit_string() function
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/
H A Dder_decode_choice.c88 if (der_decode_raw_bit_string(in, *inlen, data, &size) == CRYPT_OK) { in der_decode_choice()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_decode_custom_type.c222 if ((err = der_decode_raw_bit_string(in + x, z, data, &size)) != CRYPT_OK) { in der_decode_custom_type_ex()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h691 int der_decode_raw_bit_string(const unsigned char *in, unsigned long inlen,
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk202 srcs-y += src/pk/asn1/der/bit/der_decode_raw_bit_string.c