HomeSort by: relevance | last modified time | path
    Searched refs:prv (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/rump/net/lib/libvirtif/
virtif_user.c 133 int prv; local
143 prv = poll(pfd, 2, -1);
144 if (prv == 0)
146 if (prv == -1) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
mlx_kmgmt.c 189 void *prv = sub_arg->prvenc + sub_arg->prvoff; local
191 if (OSSL_PARAM_get_octet_string(p, &prv, sub_arg->prvlen, &len) != 1)
492 OSSL_PARAM *p, *pub, *prv = NULL; local
538 prv = OSSL_PARAM_locate(params, OSSL_PKEY_PARAM_PRIV_KEY);
539 if (prv != NULL) {
540 if (prv->data_type != OSSL_PARAM_OCTET_STRING)
542 prv->return_size = prvlen;
543 if (prv->data == NULL) {
544 prv = NULL;
545 } else if (prv->data_size < prvlen)
    [all...]
  /src/sys/rump/net/lib/libwg/
wg_user.c 125 int prv; local
141 prv = poll(pfd, 4, -1);
142 if (prv == 0)
144 if (prv == -1) {
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
simple_exec_w32.c 92 DWORD prv = 0; local
94 GetExitCodeProcess(hProcess, &prv);
95 rv = (int) prv;
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 2780 sshkey_private_to_blob2(struct sshkey *prv, struct sshbuf *blob,
2844 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 ||
2857 if ((r = sshkey_private_serialize(prv, encrypted)) != 0 ||
3456 struct sshkey *prv = NULL; local
3490 if ((prv = sshkey_new(KEY_UNSPEC)) == NULL) {
3498 prv->type = KEY_RSA;
3508 prv->pkey = pk;
3509 if ((r = sshkey_check_rsa_length(prv, 0)) != 0)
3513 if ((prv = sshkey_new(KEY_UNSPEC)) == NULL) {
3517 if ((prv->ecdsa_nid = sshkey_ecdsa_fixup_group(pk)) == -1 |
    [all...]
ssh-keygen.c 290 struct sshkey *prv; local
295 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0)
296 return prv;
306 r = sshkey_load_private(filename, pass, &prv, commentp);
310 return prv;
758 struct sshkey *prv; local
767 prv = load_identity(identity_file, &comment);
768 if ((r = sshkey_write(prv, stdout)) != 0)
773 if (sshkey_is_sk(prv)) {
775 prv->sk_application, prv->sk_flags)
    [all...]
sshconnect2.c 1244 struct sshkey *sign_key = NULL, *prv = NULL; local
1268 if ((prv = load_identity_file(id)) == NULL)
1270 if (id->key != NULL && !sshkey_equal_public(prv, id->key)) {
1276 sign_key = prv;
1324 sshkey_free(prv);
  /src/external/bsd/file/dist/src/
compress.c 294 int urv, prv, rv = 0; local
339 prv = format_decompression_error(ms, i, newbuf);
341 prv = file_buffer(ms, -1, NULL, name, newbuf,
343 if (prv == -1)
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 9547 dtrace_probe_provide(dtrace_probedesc_t *desc, dtrace_provider_t *prv)
9559 if (prv == NULL) {
9561 prv = dtrace_provider;
9568 prv->dtpv_pops.dtps_provide(prv->dtpv_arg, desc);
9584 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, ctl);
9594 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, module_kernel());
9598 prv->dtpv_pops.dtps_provide_module(prv->dtpv_arg, mod)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ec.h 1063 * \param prv BIGNUM with the private key (note: the EC_KEY object
1067 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ec.h 1052 * \param prv BIGNUM with the private key (note: the EC_KEY object
1056 OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ec.h 896 * \param prv BIGNUM with the private key (note: the EC_KEY object
900 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 13388 struct section_id_list_t *prv = NULL;
13395 prv = cur;
13402 cur = NULL; /* To insert after prv. */
13403 sec = cur; /* In case prv == NULL. */
13411 /* Insert after prv. */
13416 if (NULL != prv)
13418 result->next = prv->next;
13419 prv->next = result;
13380 struct section_id_list_t *prv = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 13422 struct section_id_list_t *prv = NULL;
13429 prv = cur;
13436 cur = NULL; /* To insert after prv. */
13437 sec = cur; /* In case prv == NULL. */
13445 /* Insert after prv. */
13450 if (NULL != prv)
13452 result->next = prv->next;
13453 prv->next = result;
13414 struct section_id_list_t *prv = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 13415 struct section_id_list_t *prv = NULL;
13422 prv = cur;
13429 cur = NULL; /* To insert after prv. */
13430 sec = cur; /* In case prv == NULL. */
13438 /* Insert after prv. */
13443 if (NULL != prv)
13445 result->next = prv->next;
13446 prv->next = result;
13407 struct section_id_list_t *prv = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 13421 struct section_id_list_t *prv = NULL;
13428 prv = cur;
13435 cur = NULL; /* To insert after prv. */
13436 sec = cur; /* In case prv == NULL. */
13444 /* Insert after prv. */
13449 if (NULL != prv)
13451 result->next = prv->next;
13452 prv->next = result;
13413 struct section_id_list_t *prv = NULL; local

Completed in 181 milliseconds