Searched refs:tmp_pkey (Results 1 – 3 of 3) sorted by relevance
457 if (tmp_pkey != NULL) { in try_decode_PrivateKey()461 pkey = tmp_pkey; in try_decode_PrivateKey()471 EVP_PKEY *tmp_pkey = NULL; in try_decode_PrivateKey() local479 if (tmp_pkey != NULL) { in try_decode_PrivateKey()481 EVP_PKEY_free(tmp_pkey); in try_decode_PrivateKey()483 pkey = tmp_pkey; in try_decode_PrivateKey()580 EVP_PKEY *tmp_pkey = NULL; in try_decode_params() local585 if (tmp_pkey == NULL && (tmp_pkey = EVP_PKEY_new()) == NULL) { in try_decode_params()601 pkey = tmp_pkey; in try_decode_params()602 tmp_pkey = NULL; in try_decode_params()[all …]
925 u16 tmp_pkey; in ib_find_pkey() local929 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()932 if ((pkey & 0x7fff) == (tmp_pkey & 0x7fff)) { in ib_find_pkey()934 if (tmp_pkey & 0x8000) { in ib_find_pkey()
2888 uint64_t tmp_pkey; in __pkey_rangelist2rangearr() local2900 tmp_pkey = p_pkeys[1]; in __pkey_rangelist2rangearr()2902 p_pkeys[0] = tmp_pkey; in __pkey_rangelist2rangearr()