Searched refs:LTC_OID_ED25519 (Results 1 – 11 of 11) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ed25519/ |
| H A D | ed25519_import.c | 28 …if ((err = x509_decode_subject_public_key_info(in, inlen, LTC_OID_ED25519, key->pub, &key_len, LTC… in ed25519_import() 30 key->algo = LTC_OID_ED25519; in ed25519_import()
|
| H A D | ed25519_import_x509.c | 34 LTC_OID_ED25519, in ed25519_import_x509() 40 key->algo = LTC_OID_ED25519; in ed25519_import_x509()
|
| H A D | ed25519_import_pkcs8.c | 25 …return ec25519_import_pkcs8(in, inlen, pwd, pwdlen, LTC_OID_ED25519, tweetnacl_crypto_sk_to_pk, ke… in ed25519_import_pkcs8()
|
| H A D | ed25519_export.c | 26 if (key->algo != LTC_OID_ED25519) return CRYPT_PK_INVALID_TYPE; in ed25519_export()
|
| H A D | ed25519_make_key.c | 30 key->algo = LTC_OID_ED25519; in ed25519_make_key()
|
| H A D | ed25519_import_raw.c | 35 key->algo = LTC_OID_ED25519; in ed25519_import_raw()
|
| H A D | ed25519_sign.c | 26 if (private_key->algo != LTC_OID_ED25519) return CRYPT_PK_INVALID_TYPE; in s_ed25519_sign()
|
| H A D | ed25519_verify.c | 30 if (public_key->algo != LTC_OID_ED25519) return CRYPT_PK_INVALID_TYPE; in s_ed25519_verify()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ed25519.c | 86 .algo = LTC_OID_ED25519, in crypto_acipher_ed25519_sign() 122 .algo = LTC_OID_ED25519, in crypto_acipher_ed25519ctx_sign() 161 .algo = LTC_OID_ED25519, in crypto_acipher_ed25519_verify() 188 .algo = LTC_OID_ED25519, in crypto_acipher_ed25519ctx_verify()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/ |
| H A D | pk_get_oid.c | 18 { LTC_OID_ED25519, "1.3.101.112" },
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 51 LTC_OID_ED25519, enumerator
|