Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c201 pgp_pk_sesskey_params_t * skp) in pgp_rsa_encrypt_mpi() argument
222 skp->rsa.encrypted_m = BN_bin2bn(encmpibuf, n, NULL); in pgp_rsa_encrypt_mpi()
238 pgp_pk_sesskey_params_t * skp) in pgp_elgamal_encrypt_mpi() argument
260 skp->elgamal.g_to_k = BN_bin2bn(g_to_k, n / 2, NULL); in pgp_elgamal_encrypt_mpi()
261 skp->elgamal.encrypted_m = BN_bin2bn(encmpibuf, n / 2, NULL); in pgp_elgamal_encrypt_mpi()
H A Dpacket-parse.c904 cmd_get_passphrase_free(pgp_seckey_passphrase_t *skp) in cmd_get_passphrase_free() argument
906 if (skp->passphrase && *skp->passphrase) { in cmd_get_passphrase_free()
907 free(*skp->passphrase); in cmd_get_passphrase_free()
908 *skp->passphrase = NULL; in cmd_get_passphrase_free()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_lib.c1428 STACK_OF(SSL_CIPHER) **skp) in STACK_OF()
1443 if ((skp == NULL) || (*skp == NULL)) { in STACK_OF()
1450 sk = *skp; in STACK_OF()
1505 if (skp != NULL) in STACK_OF()
1506 *skp = sk; in STACK_OF()
1509 if ((skp == NULL) || (*skp == NULL)) in STACK_OF()
H A Dssl_locl.h875 STACK_OF(SSL_CIPHER) **skp);
/minix/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio.h512 # define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp) argument