Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/
H A Dder_encode_bit_string.c21 int der_encode_bit_string(const unsigned char *in, unsigned long inlen, in der_encode_bit_string() function
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_ex.c90 if ((err = der_encode_bit_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_encode_custom_type.c111 if ((err = der_encode_bit_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h685 int der_encode_bit_string(const unsigned char *in, unsigned long inlen,
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk200 srcs-y += src/pk/asn1/der/bit/der_encode_bit_string.c