Searched refs:der_decode_bit_string (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/ |
| H A D | der_decode_bit_string.c | 21 int der_decode_bit_string(const unsigned char *in, unsigned long inlen, in der_decode_bit_string() function
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
| H A D | der_decode_choice.c | 77 if (der_decode_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 D | der_decode_custom_type.c | 210 if ((err = der_decode_bit_string(in + x, z, data, &size)) != CRYPT_OK) { in der_decode_custom_type_ex()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_decode_sequence_flexi.c | 181 if ((err = der_decode_bit_string(in, *inlen, l->data, &l->size)) != CRYPT_OK) { in s_der_decode_sequence_flexi()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 687 int der_decode_bit_string(const unsigned char *in, unsigned long inlen,
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 199 srcs-y += src/pk/asn1/der/bit/der_decode_bit_string.c
|