Home
last modified time | relevance | path

Searched refs:crypto_sig_set_pubkey (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/crypto/
H A Dapi-sig.rst14 :functions: crypto_alloc_sig crypto_free_sig crypto_sig_set_pubkey crypto_sig_set_privkey crypto_sig_keysize crypto_sig_maxsize crypto_sig_digestsize crypto_sig_sign crypto_sig_verify
/linux/include/crypto/
H A Dsig.h225 * crypto_sig_set_pubkey() - Invoke set public key operation
237 static inline int crypto_sig_set_pubkey(struct crypto_sig *tfm, in crypto_sig_set_pubkey() function
/linux/crypto/
H A Decdsa-p1363.c65 return crypto_sig_set_pubkey(ctx->child, key, keylen); in ecdsa_p1363_set_pub_key()
H A Decdsa-x962.c142 return crypto_sig_set_pubkey(ctx->child, key, keylen); in ecdsa_x962_set_pub_key()
H A Dtestmgr.c4052 err = crypto_sig_set_pubkey(tfm, key, vecs->key_len); in test_sig_one()