newRunContainer16 creates an empty run container.
()
| 970 | |
| 971 | // newRunContainer16 creates an empty run container. |
| 972 | func newRunContainer16() *runContainer16 { |
| 973 | return &runContainer16{} |
| 974 | } |
| 975 | |
| 976 | // newRunContainer16CopyIv creates a run container, initializing |
| 977 | // with a copy of the supplied iv slice. |
no outgoing calls
searching dependent graphs…