Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/test/
H A Dtest-lib.sh113 for skp in $SKIP_TESTS
116 $skp)
228 for skp in $SKIP_TESTS
231 for skp in $SKIP_TESTS
234 $skp)
/netbsd-src/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.c905 cmd_get_passphrase_free(pgp_seckey_passphrase_t *skp) in cmd_get_passphrase_free() argument
907 if (skp->passphrase && *skp->passphrase) { in cmd_get_passphrase_free()
908 free(*skp->passphrase); in cmd_get_passphrase_free()
909 *skp->passphrase = NULL; in cmd_get_passphrase_free()
/netbsd-src/external/bsd/libfido2/dist/src/
H A Des256.c150 es256_sk_free(es256_sk_t **skp) in es256_sk_free() argument
154 if (skp == NULL || (sk = *skp) == NULL) in es256_sk_free()
158 *skp = NULL; in es256_sk_free()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A DREADME75 + addz %0,%2,skp # add offset to ac2 and skip
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dcad362 !:mime application/vnd.sketchup.skp
363 !:ext skp
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c5441 STACK_OF(SSL_CIPHER) **skp, in bytes_to_cipher_list()
5516 if (skp != NULL) in bytes_to_cipher_list()
5517 *skp = sk; in bytes_to_cipher_list()
H A Dssl_local.h2277 STACK_OF(SSL_CIPHER) **skp,
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h2404 STACK_OF(SSL_CIPHER) **skp,