Searched refs:der_encode_bit_string (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/bit/ |
A D | sub.mk | 2 srcs-y += der_encode_bit_string.c
|
A D | der_encode_bit_string.c | 21 int der_encode_bit_string(const unsigned char *in, unsigned long inlen, in der_encode_bit_string() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_encode_sequence_ex.c | 90 if ((err = der_encode_bit_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_encode_custom_type.c | 111 if ((err = der_encode_bit_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 683 int der_encode_bit_string(const unsigned char *in, unsigned long inlen,
|
Completed in 5 milliseconds