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 D | ecc_ansi_x963_export.c | 21 return ecc_get_key(out, outlen, PK_PUBLIC, key); in ecc_ansi_x963_export()
|
A D | ecc_encrypt_key.c | 72 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 D | ecc_ansi_x963_import.c | 46 if ((err = ecc_set_key((unsigned char *)in, inlen, PK_PUBLIC, key)) != CRYPT_OK) { return err; } in ecc_ansi_x963_import_ex()
|
A D | ecc_get_key.c | 29 if (type == PK_PUBLIC) { in ecc_get_key()
|
A D | ecc_import_x509.c | 27 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 D | ecc_set_key.c | 33 else if (type == PK_PUBLIC) { in ecc_set_key()
|
A D | ecc_import.c | 72 key->type = PK_PUBLIC; in ecc_import_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/x25519/ |
A D | x25519_import.c | 29 key->type = PK_PUBLIC; in x25519_import()
|
A D | x25519_import_raw.c | 30 } else if (which == PK_PUBLIC) { in x25519_import_raw()
|
A D | x25519_import_x509.c | 39 key->type = PK_PUBLIC; in x25519_import_x509()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ed25519/ |
A D | ed25519_import.c | 29 key->type = PK_PUBLIC; in ed25519_import()
|
A D | ed25519_import_raw.c | 30 } else if (which == PK_PUBLIC) { in ed25519_import_raw()
|
A D | ed25519_import_x509.c | 39 key->type = PK_PUBLIC; in ed25519_import_x509()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_import.c | 40 key->type = PK_PUBLIC; in rsa_import_pkcs1() 122 key->type = PK_PUBLIC; in rsa_import()
|
A D | rsa_import_x509.c | 47 key->type = PK_PUBLIC; in rsa_import_x509()
|
A D | rsa_encrypt_key.c | 89 return ltc_mp.rsa_me(out, x, out, outlen, PK_PUBLIC, key); in rsa_encrypt_key_ex()
|
A D | rsa_export.c | 53 if (type == PK_PUBLIC) { in rsa_export()
|
A D | rsa_set.c | 41 key->type = PK_PUBLIC; in rsa_set_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_import.c | 66 key->type = PK_PUBLIC; in dsa_import() 114 key->type = PK_PUBLIC; in dsa_import()
|
A D | dsa_export.c | 59 if (type == PK_PUBLIC) { in dsa_export()
|
A D | dsa_set.c | 85 key->type = PK_PUBLIC; in dsa_set_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ed25519.c | 133 .type = PK_PUBLIC, in crypto_acipher_ed25519_verify() 160 .type = PK_PUBLIC, in crypto_acipher_ed25519ctx_verify()
|
A D | x25519.c | 79 .type = PK_PUBLIC, in crypto_acipher_x25519_shared_secret()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
A D | dh_import.c | 56 key->type = PK_PUBLIC; in dh_import()
|
A D | dh_set.c | 98 key->type = PK_PUBLIC; in dh_set_key()
|
Completed in 33 milliseconds
12