Searched refs:der_encode_octet_string (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/octet/ |
| H A D | der_encode_octet_string.c | 21 int der_encode_octet_string(const unsigned char *in, unsigned long inlen, in der_encode_octet_string() function
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | ec25519_export.c | 53 … if ((err = der_encode_octet_string(key->priv, 32uL, private_key, &private_key_len)) != CRYPT_OK) { in ec25519_export()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_encode_sequence_ex.c | 104 if ((err = der_encode_octet_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 D | der_encode_custom_type.c | 125 if ((err = der_encode_octet_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 696 int der_encode_octet_string(const unsigned char *in, unsigned long inlen,
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 231 srcs-y += src/pk/asn1/der/octet/der_encode_octet_string.c
|