Home
last modified time | relevance | path

Searched refs:PK_PUBLIC (Results 1 – 25 of 34) sorted by relevance

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_ansi_x963_export.c21 return ecc_get_key(out, outlen, PK_PUBLIC, key); in ecc_ansi_x963_export()
A Decc_encrypt_key.c72 err = ecc_get_key(pub_expt, &pubkeysize, PK_PUBLIC|PK_COMPRESSED, &pubkey); in ecc_encrypt_key()
75 err = ecc_get_key(pub_expt, &pubkeysize, PK_PUBLIC, &pubkey); in ecc_encrypt_key()
A Decc_ansi_x963_import.c46 if ((err = ecc_set_key((unsigned char *)in, inlen, PK_PUBLIC, key)) != CRYPT_OK) { return err; } in ecc_ansi_x963_import_ex()
A Decc_get_key.c29 if (type == PK_PUBLIC) { in ecc_get_key()
A Decc_import_x509.c27 err = ecc_set_key(bin_xy, len_xy, PK_PUBLIC, key); in s_ecc_import_x509_with_oid()
79 err = ecc_set_key(bin_xy, len_xy, PK_PUBLIC, key); in s_ecc_import_x509_with_curve()
A Decc_set_key.c33 else if (type == PK_PUBLIC) { in ecc_set_key()
A Decc_import.c72 key->type = PK_PUBLIC; in ecc_import_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/x25519/
A Dx25519_import.c29 key->type = PK_PUBLIC; in x25519_import()
A Dx25519_import_raw.c30 } else if (which == PK_PUBLIC) { in x25519_import_raw()
A Dx25519_import_x509.c39 key->type = PK_PUBLIC; in x25519_import_x509()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/
A Ded25519_import.c29 key->type = PK_PUBLIC; in ed25519_import()
A Ded25519_import_raw.c30 } else if (which == PK_PUBLIC) { in ed25519_import_raw()
A Ded25519_import_x509.c39 key->type = PK_PUBLIC; in ed25519_import_x509()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_import.c40 key->type = PK_PUBLIC; in rsa_import_pkcs1()
122 key->type = PK_PUBLIC; in rsa_import()
A Drsa_import_x509.c47 key->type = PK_PUBLIC; in rsa_import_x509()
A Drsa_encrypt_key.c89 return ltc_mp.rsa_me(out, x, out, outlen, PK_PUBLIC, key); in rsa_encrypt_key_ex()
A Drsa_export.c53 if (type == PK_PUBLIC) { in rsa_export()
A Drsa_set.c41 key->type = PK_PUBLIC; in rsa_set_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_import.c66 key->type = PK_PUBLIC; in dsa_import()
114 key->type = PK_PUBLIC; in dsa_import()
A Ddsa_export.c59 if (type == PK_PUBLIC) { in dsa_export()
A Ddsa_set.c85 key->type = PK_PUBLIC; in dsa_set_key()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Ded25519.c133 .type = PK_PUBLIC, in crypto_acipher_ed25519_verify()
160 .type = PK_PUBLIC, in crypto_acipher_ed25519ctx_verify()
A Dx25519.c79 .type = PK_PUBLIC, in crypto_acipher_x25519_shared_secret()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_import.c56 key->type = PK_PUBLIC; in dh_import()
A Ddh_set.c98 key->type = PK_PUBLIC; in dh_set_key()

Completed in 33 milliseconds

12