Home
last modified time | relevance | path

Searched refs:der_length_octet_string (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/octet/
A Dsub.mk3 srcs-y += der_length_octet_string.c
A Dder_length_octet_string.c17 int der_length_octet_string(unsigned long noctets, unsigned long *outlen) in der_length_octet_string() function
A Dder_encode_octet_string.c32 if ((err = der_length_octet_string(inlen, &len)) != CRYPT_OK) { in der_encode_octet_string()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_length_sequence.c81 if ((err = der_length_octet_string(size, &x)) != CRYPT_OK) { in der_length_sequence_ex()
A Dder_decode_sequence_flexi.c208 if ((err = der_length_octet_string(l->size, &len)) != CRYPT_OK) { in s_der_decode_sequence_flexi()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c94 if ((err = der_length_octet_string(size, &x)) != CRYPT_OK) { in der_length_custom_type()
A Dder_decode_custom_type.c239 if ((err = der_length_octet_string(size, &z)) != CRYPT_OK) { in der_decode_custom_type_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/choice/
A Dder_decode_choice.c100 if (der_length_octet_string(size, &z) == CRYPT_OK) { in der_decode_choice()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h698 int der_length_octet_string(unsigned long noctets, unsigned long *outlen);

Completed in 10 milliseconds