Searched refs:k11 (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | ssh-pkcs11.c | 177 struct pkcs11_key *k11; in pkcs11_rsa_finish() local 180 if ((k11 = RSA_get_app_data(rsa)) != NULL) { in pkcs11_rsa_finish() 181 if (k11->orig_finish) in pkcs11_rsa_finish() 182 rv = k11->orig_finish(rsa); in pkcs11_rsa_finish() 183 if (k11->provider) in pkcs11_rsa_finish() 184 pkcs11_provider_unref(k11->provider); in pkcs11_rsa_finish() 185 free(k11->keyid); in pkcs11_rsa_finish() 186 free(k11); in pkcs11_rsa_finish() 224 struct pkcs11_key *k11; in pkcs11_rsa_private_encrypt() local 246 if ((k11 = RSA_get_app_data(rsa)) == NULL) { in pkcs11_rsa_private_encrypt() [all …]
|
D | umac.c | 373 k8,k9,k10,k11; in nh_aux() local 384 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux() 396 h2 += MUL64((k7 + d3), (k11 + d7)); in nh_aux() 398 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux() 420 k8,k9,k10,k11,k12,k13,k14,k15; in nh_aux() local 432 k8 = *(k+8); k9 = *(k+9); k10 = *(k+10); k11 = *(k+11); in nh_aux() 448 h2 += MUL64((k7 + d3), (k11 + d7)); in nh_aux() 449 h3 += MUL64((k11 + d3), (k15 + d7)); in nh_aux() 451 k0 = k8; k1 = k9; k2 = k10; k3 = k11; in nh_aux() 475 k8,k9,k10,k11,k12,k13,k14,k15, in nh_aux() local [all …]
|
/external/clang/test/SemaOpenCL/ |
D | access-qualifier.cl | 61 kernel void k11(read_only write_only image1d_t i){} // expected-error{{multiple access qualifiers}}
|
/external/clang/test/Parser/ |
D | cxx-ambig-init-templ.cpp | 20 int k11 = 0 < 1, c<3>::*ptr; member
|
/external/libxml2/result/ |
D | intsubset2.xml.sax | 210 e.g. 3k11.2, where the kanji has 3 strokes in the 213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
|
D | intsubset2.xml.sax2 | 210 e.g. 3k11.2, where the kanji has 3 strokes in the 213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
|
/external/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 210 e.g. 3k11.2, where the kanji has 3 strokes in the 213 the 2nd kanji in the 3k11 sequence. (I am very grateful to
|
/external/clang/test/CXX/drs/ |
D | dr1xx.cpp | 186 int k11 = f(&with_default<>); variable
|