Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 121) sorted by relevance

12345

/openssl/providers/implementations/digests/
H A Dblake2b_prov.c86 P->key_length = 0; in ossl_blake2b_param_init()
87 P->fanout = 1; in ossl_blake2b_param_init()
88 P->depth = 1; in ossl_blake2b_param_init()
91 P->node_depth = 0; in ossl_blake2b_param_init()
92 P->inner_length = 0; in ossl_blake2b_param_init()
93 memset(P->reserved, 0, sizeof(P->reserved)); in ossl_blake2b_param_init()
94 memset(P->salt, 0, sizeof(P->salt)); in ossl_blake2b_param_init()
95 memset(P->personal, 0, sizeof(P->personal)); in ossl_blake2b_param_init()
105 P->key_length = keylen; in ossl_blake2b_param_set_key_length()
128 blake2b_init_param(c, P); in ossl_blake2b_init()
[all …]
H A Dblake2s_prov.c81 P->key_length = 0; in ossl_blake2s_param_init()
82 P->fanout = 1; in ossl_blake2s_param_init()
83 P->depth = 1; in ossl_blake2s_param_init()
86 P->node_depth = 0; in ossl_blake2s_param_init()
87 P->inner_length = 0; in ossl_blake2s_param_init()
88 memset(P->salt, 0, sizeof(P->salt)); in ossl_blake2s_param_init()
89 memset(P->personal, 0, sizeof(P->personal)); in ossl_blake2s_param_init()
94 P->digest_length = outlen; in ossl_blake2s_param_set_digest_length()
99 P->key_length = keylen; in ossl_blake2s_param_set_key_length()
121 blake2s_init_param(c, P); in ossl_blake2s_init()
[all …]
H A Dblake2_prov.c17 BLAKE2S_PARAM P; in ossl_blake2s256_init() local
19 ossl_blake2s_param_init(&P); in ossl_blake2s256_init()
20 return ossl_blake2s_init((BLAKE2S_CTX *)ctx, &P); in ossl_blake2s256_init()
25 BLAKE2B_PARAM P; in ossl_blake2b512_init() local
27 ossl_blake2b_param_init(&P); in ossl_blake2b512_init()
28 return ossl_blake2b_init((BLAKE2B_CTX *)ctx, &P); in ossl_blake2b512_init()
/openssl/providers/implementations/include/prov/
H A Dblake2.h88 int ossl_blake2b_init(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P);
89 int ossl_blake2b_init_key(BLAKE2B_CTX *c, const BLAKE2B_PARAM *P,
99 void ossl_blake2b_param_init(BLAKE2B_PARAM *P);
100 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen);
101 void ossl_blake2b_param_set_key_length(BLAKE2B_PARAM *P, uint8_t keylen);
104 void ossl_blake2b_param_set_salt(BLAKE2B_PARAM *P, const uint8_t *salt,
106 int ossl_blake2s_init(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P);
107 int ossl_blake2s_init_key(BLAKE2S_CTX *c, const BLAKE2S_PARAM *P,
112 void ossl_blake2s_param_init(BLAKE2S_PARAM *P);
114 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen);
[all …]
/openssl/crypto/bf/asm/
H A Dbf-586.pl23 $P="ebp";
47 &mov($P,&wparam(1));
61 &mov($tmp2,&DWP(0,$P,"",0));
76 &mov($tmp4,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
80 &mov($tmp2,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
88 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
94 &mov($tmp4,&DWP(0,$P,"",0));
106 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_;
122 &mov( $tmp1, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,4));
123 &mov( $tmp2, &DWP(&n2a($BF_OFF+0x0400),$P,$tmp2,4));
[all …]
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecdsa.txt19 # EC P-256 key
21 PrivateKey=P-256
36 PrivPubKeyPair = P-256:P-256-PUBLIC
40 Verify = P-256
46 Verify = P-256
53 Verify = P-256
60 Verify = P-256
67 Verify = P-256
119 Sign = P-256
173 Key = P-256
[all …]
/openssl/test/
H A Dectest.c148 EC_POINT_free(P); in group_order_tests()
198 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx)) in prime_field_tests()
235 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx))) in prime_field_tests()
532 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in prime_field_tests()
596 EC_POINT_free(P); in prime_field_tests()
862 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in char2_curve_test()
927 EC_POINT_free(P); in char2_curve_test()
973 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx)) in char2_field_tests()
1020 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx))) in char2_field_tests()
2306 if (P == NULL) { in ec_point_hex2point_test_helper()
[all …]
H A Dmodes_internal_test.c810 {sizeof(P##n), P##n}, \
818 const SIZED_DATA P; member
850 SIZED_DATA P = gcm128_vectors[idx].P; in test_gcm128() local
859 if (P.size == 1) in test_gcm128()
860 P.data = NULL; in test_gcm128()
868 memset(out, 0, P.size); in test_gcm128()
871 if (P.data != NULL) in test_gcm128()
872 if (!TEST_int_ge(CRYPTO_gcm128_encrypt(&ctx, P.data, out, P.size), 0)) in test_gcm128()
876 && !TEST_mem_eq(out, P.size, C.data, P.size))) in test_gcm128()
880 memset(out, 0, P.size); in test_gcm128()
[all …]
H A Dsmcont.bin6 �sO������{1��P�A�\�F�٢]�ɭ�!�!;���n���a�q�PŌ���)M��"C^�^�8�����#�ۚ��(<0��,�b>]�3\ N3f�q�…
11PΎ�u�P[X&�k� G�0^4���Ƭ=#ᥗZ��Y���A�j��T~@5�0����yQ!�bdO�l�ר�b �E��6W�_ҹk��!��&�Jâ����7��M�y…
16 pd��;H����T�y�P�m� �{i���L3����=Dt�l���7�Q�3i���j��K
17 }�wx7l�u�|�z'5�mN�4�0G�P��i٥�>�
20 O�^7]�4�a �zC����1E�g��PJ��音�#L��5�Hܮ���'ͺ$�3�?�}P�&.��xp�k�
21 …�B>�F�4-b�$2AX�H]{ �"�b�悶Nj�Y���^��1"'h����Կ�Vn̢����v �=���f����<��s�Z�P�š*�¢oً� ��\}C{�…
25 Vzh.�E��»t�6�.XX��RDnH���O��~��΀F�����wI _��u�qw��º��� 3���/��g)XBe����O �F��Iݙ����E{P)Z
26 �����C�Wc��A���^���8U��+����%����'�*��~~D�l���ؓ��בϗ�����:s�t���[��F+z^��Cf��r;P}��i;���k�O<�…
30 v~q���C/��`�now>�K���m����@BÂh�v�5�A�l=5V�K�u�P T��@X�D�L��fT�*ERI]�3�—�z��qt�'���Vx���…
32 …2��6��H;?+��r脌׺�crG[V`��i�B�w�c�)�d$�#��z �V(�u�t�����2�'}�tժFZ�ϢB�1�P��-%�*���c$�Oӿ� …
/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-onecolumn.pem113 P
172 P
241 P
287 P
305 P
380 P
429 P
507 P
519 P
522 P
[all …]
/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt2550 P = 2
2554 P = 2
2558 P = 2
2562 P = 2
2566 P = 2
2570 P = 3
2574 P = 3
2578 P = 3
2582 P = 3
2586 P = 3
[all …]
/openssl/fuzz/corpora/conf/
H A Db76520b84caa788f5405bb5b7f865b7f970b804b102 P==
114 P=
148 P=
186 P=
198 P=
H A Da418eaefa3a5276b434a1a67b3be947fd1178c5c137 P==
149 P=
183 P=
221 P!*=
233 P=
H A De669573bd80450d3d2545fe7c1c334c7221f72e0171 P==
183 P=
217 P=
260 P!*=
272 P=
H A Db35328ea9aedef17e09a035b5ee85ccdf3fe860b224 P::=
366 P==
378 P=
424 P=
467 P=1
497 P=
H A D066aa4d6ca4969ade449457b60e677aa632f169e228 P::=
371 P==
383 P=
429 P=
472 P=1
502 P=
H A D90ab7f8496785089c7c5d10d948a1bf315526537224 P::=
366 P==
378 P=
424 P=
465 P=1
495 P=
H A D7c6a4ff6c6d58a9a6feded7e5e35a5ae1659930056 P=
308 P&0::+J=:=
375 P::=
653 P=
659 P::=
822 P=
H A Dbfc9d276eae58815fa95ad2e5ee3d054fc0a783256 P=
308 P&0::+J=:=
375 P::=
652 P=
658 P::=
812 P=
H A Dfbc89a713370c975c1b9adc6524dec31b4870e8456 P=
308 P&0::+J=:=
375 P::=
654 P=
660 P::=
834 P=
/openssl/test/ssl-tests/
H A D20-cert-select.cnf.in73 "ExpectedServerCertType" =>, "P-256",
88 "Groups" => "P-384"
93 "Groups" => "P-256:P-384",
97 "ExpectedServerCertType" =>, "P-256",
110 "Groups" => "P-256:P-384"
117 "Groups" => "P-384",
146 "ExpectedServerCertType" => "P-256",
172 "ExpectedServerCertType" => "P-256",
185 "ExpectedServerCertType" => "P-256",
202 "ExpectedServerCertType" => "P-256",
[all …]
H A D28-seclevel.cnf9 test-4 = 4-SECLEVEL 3 with P-384 key, X25519 ECDHE
105 [4-SECLEVEL 3 with P-384 key, X25519 ECDHE]
106 ssl_conf = 4-SECLEVEL 3 with P-384 key, X25519 ECDHE-ssl
108 [4-SECLEVEL 3 with P-384 key, X25519 ECDHE-ssl]
109 server = 4-SECLEVEL 3 with P-384 key, X25519 ECDHE-server
110 client = 4-SECLEVEL 3 with P-384 key, X25519 ECDHE-client
112 [4-SECLEVEL 3 with P-384 key, X25519 ECDHE-server]
118 [4-SECLEVEL 3 with P-384 key, X25519 ECDHE-client]
/openssl/demos/bio/
H A Dconnect.cnf12 Curves = P-521:P-384:P-256
H A Daccept.cnf12 Curves = P-521:P-384:P-256
H A Dcmod.cnf22 Curves = P-521:P-384:P-256

Completed in 107 milliseconds

12345