Home
last modified time | relevance | path

Searched refs:read_private_key (Results 1 – 2 of 2) sorted by relevance

/linux/tools/bpf/bpftool/
H A Dsign.c63 static EVP_PKEY *read_private_key(const char *pkey_path) in read_private_key() function
158 private_key = read_private_key(private_key_path); in bpftool_prog_sign()
/linux/scripts/
H A Dsign-file.c128 static EVP_PKEY *read_private_key(const char *private_key_name) in read_private_key_pkcs11()
253 private_key = read_private_key(private_key_name); in main()
162 static EVP_PKEY *read_private_key(const char *private_key_name) read_private_key() function