OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:priv_length
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
ml_common_codecs.h
79
size_t
priv_length
; /* Key bytes */
member in struct:__anon530
ml_kem_codecs.c
333
|| (p8fmt->
priv_length
> 0 && p8fmt->
priv_length
!= v->prvkey_bytes)
352
if (p8fmt->
priv_length
> 0) {
387
if (p8fmt->
priv_length
> 0) {
388
if ((key->encoded_dk = OPENSSL_malloc(p8fmt->
priv_length
)) == NULL) {
394
memcpy(key->encoded_dk, buf + p8fmt->priv_offset, p8fmt->
priv_length
);
472
|| (p8fmt->
priv_length
> 0 && p8fmt->
priv_length
!= v->prvkey_bytes)
521
if (p8fmt->
priv_length
!= 0) {
ml_dsa_codecs.c
466
|| (p8fmt->
priv_length
> 0 && p8fmt->
priv_length
!= v->sk_len)
485
if (p8fmt->
priv_length
> 0) {
512
if (p8fmt->
priv_length
> 0)
585
|| (p8fmt->
priv_length
> 0 && p8fmt->
priv_length
!= params->sk_len)
632
if (p8fmt->
priv_length
!= 0) {
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026