Home
last modified time | relevance | path

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 Dx509_encode_subject_public_key_info.c34 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 Drsa_export.c80 err = x509_encode_subject_public_key_info(out, outlen, in rsa_export()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dec25519_export.c75 …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 Ddsa_export.c78 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 Decc_export_openssl.c159 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 Dtomcrypt_private.h459 int x509_encode_subject_public_key_info(unsigned char *out, unsigned long *outlen,