Searched refs:der_decode_utctime (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utctime/ |
| H A D | der_decode_utctime.c | 41 int der_decode_utctime(const unsigned char *in, unsigned long *inlen, in der_decode_utctime() function
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
| H A D | der_decode_choice.c | 174 if (der_decode_utctime(in, &z, data) == 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 | 315 if ((err = der_decode_utctime(in + x, &z, data)) != 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 | 369 if ((err = der_decode_utctime(in, &len, l->data)) != CRYPT_OK) { in s_der_decode_sequence_flexi()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 778 int der_decode_utctime(const unsigned char *in, unsigned long *inlen,
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 248 srcs-y += src/pk/asn1/der/utctime/der_decode_utctime.c
|