Searched refs:x509_encode_subject_public_key_info (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/x509/ |
| H A D | x509_encode_subject_public_key_info.c | 34 int x509_encode_subject_public_key_info(unsigned char *out, unsigned long *outlen, in x509_encode_subject_public_key_info() function
|
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_export.c | 80 err = x509_encode_subject_public_key_info(out, outlen, in rsa_export()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ec25519/ |
| H A D | ec25519_export.c | 75 …err = x509_encode_subject_public_key_info(out, outlen, key->algo, key->pub, 32uL, LTC_ASN1_EOL, NU… in ec25519_export()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_export.c | 78 err = x509_encode_subject_public_key_info(out, outlen, LTC_OID_DSA, tmp, in dsa_export()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_export_openssl.c | 159 err = x509_encode_subject_public_key_info( out, outlen, LTC_OID_EC, bin_xy, len_xy, in ecc_export_openssl()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 459 int x509_encode_subject_public_key_info(unsigned char *out, unsigned long *outlen,
|